What exactly color does ozone gas have?Does ozone (O₃) gas have a color?Does ozone (O₃) gas have a color?Are there any safety guidelines for mixing sulfate with chloride?Does O2 have a color in the gas phaseWhat color is solid methane?Describing the preparation of solutions and determining how many grams are needed to react with a substanceWhat does a molecules color have to do with its bond/orbital energies?Is lithium bicarbonate an aqueous solution of lithium carbonate?Unexpected behavior during preparation of copper hypophosphiteWhat exactly is formed when K2Cr2O7 is reduced?Will UVC light/ozone affects color on fabrics?
Pre-mixing cryogenic fuels and using only one fuel tank
Redundant comparison & "if" before assignment
Make a Bowl of Alphabet Soup
Multiplicative persistence
Store Credit Card Information in Password Manager?
Why is the "ls" command showing permissions of files in a FAT32 partition?
Why is short-wave infrared portion of electromagnetic spectrum so sensitive to fire?
What features enable the Su-25 Frogfoot to operate with such a wide variety of fuels?
Can I still be respawned if I die by falling off the map?
15% tax on $7.5k earnings. Is that right?
Why did the EU agree to delay the Brexit deadline?
Bridge building with irregular planks
Can a stoichiometric mixture of oxygen and methane exist as a liquid at standard pressure and some (low) temperature?
Recommended PCB layout understanding - ADM2572 datasheet
The IT department bottlenecks progress, how should I handle this?
How much character growth crosses the line into breaking the character
What is going on with 'gets(stdin)' on the site coderbyte?
Using substitution ciphers to generate new alphabets in a novel
What if you are holding an Iron Flask with a demon inside and walk into Antimagic Field?
Unexpected behavior of the procedure `Area` on the object 'Polygon'
Does the UK parliament need to pass secondary legislation to accept the Article 50 extension
Quoting Keynes in a lecture
How can I write humor as character trait?
Quasinilpotent , non-compact operators
What exactly color does ozone gas have?
Does ozone (O₃) gas have a color?Does ozone (O₃) gas have a color?Are there any safety guidelines for mixing sulfate with chloride?Does O2 have a color in the gas phaseWhat color is solid methane?Describing the preparation of solutions and determining how many grams are needed to react with a substanceWhat does a molecules color have to do with its bond/orbital energies?Is lithium bicarbonate an aqueous solution of lithium carbonate?Unexpected behavior during preparation of copper hypophosphiteWhat exactly is formed when K2Cr2O7 is reduced?Will UVC light/ozone affects color on fabrics?
$begingroup$
This answer to a now closed question says that ozone gas has a "slight blue" color. But there are lots of blue colors: sky blue, ultramarine, phthalo blue, many others — what is closer to the color of ozone?
This page shows photos of ozone solutions in water, like the one below, but this may not be representative of the color of the gas.
(source)
So, what exactly color does ozone gas have? Is it a single hue, or does it change depending on concentration/amount of ozone?
inorganic-chemistry color
$endgroup$
add a comment |
$begingroup$
This answer to a now closed question says that ozone gas has a "slight blue" color. But there are lots of blue colors: sky blue, ultramarine, phthalo blue, many others — what is closer to the color of ozone?
This page shows photos of ozone solutions in water, like the one below, but this may not be representative of the color of the gas.
(source)
So, what exactly color does ozone gas have? Is it a single hue, or does it change depending on concentration/amount of ozone?
inorganic-chemistry color
$endgroup$
add a comment |
$begingroup$
This answer to a now closed question says that ozone gas has a "slight blue" color. But there are lots of blue colors: sky blue, ultramarine, phthalo blue, many others — what is closer to the color of ozone?
This page shows photos of ozone solutions in water, like the one below, but this may not be representative of the color of the gas.
(source)
So, what exactly color does ozone gas have? Is it a single hue, or does it change depending on concentration/amount of ozone?
inorganic-chemistry color
$endgroup$
This answer to a now closed question says that ozone gas has a "slight blue" color. But there are lots of blue colors: sky blue, ultramarine, phthalo blue, many others — what is closer to the color of ozone?
This page shows photos of ozone solutions in water, like the one below, but this may not be representative of the color of the gas.
(source)
So, what exactly color does ozone gas have? Is it a single hue, or does it change depending on concentration/amount of ozone?
inorganic-chemistry color
inorganic-chemistry color
asked 1 hour ago
RuslanRuslan
356113
356113
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Due to Chappuis absorption, ozone does have a bluish color. To determine exactly what kind of blue it is, let's first look at the spectrum of absorption in the Chappuis band. The following plot was done using these data for 293K.

This is spectral cross-section of absorption. To determine color from this spectrum, we need to choose some parameters:
- Number density of ozone molecules,
- Thickness of ozone layer we're trying to visualize,
- Illuminant.
If we denote spectral radiance of our illuminant as $L(lambda)$, thickness of ozone layer as $d$, ozone number density as $rho$, and absorption cross-section as $sigma(lambda)$, then we'll get the following expression for spectral radiance transmitted through the layer:
$$L_T(lambda)=L(lambda)expbig(-sigma(lambda)drhobig).$$
The most sensible illuminant to choose for showing color of a material on the web is the CIE illuminant D65, whose color is the white point of the sRGB color space. Its spectrum can be found e.g. here.
We can find the color in XYZ space using CIE 1931 color matching functions (can be found e.g. here). The expression is
$$c_X=int_300^830L_T(lambda)bar x(lambda),mathrm dlambda,$$
and similarly for $Y$ and $Z$ coordinates. Then these can be transformed to sRGB using linear transformation matrix $mathrmXYZtomathrmsRGB$ given e.g. here and gamma-correcting to $gamma=1/2.2$ to yield final sRGB values.
Then, for ozone molecule number density $rho=10^25 fracmathrmmoleculemathrmm^3$ we'll get the following colors for different layer thicknesses:

For comparison, typical ozone column in the atmospheric ozone layer is about 300 Dobson units, which is equivalent to $2.687times10^20fracmathrmmoleculemathrm m^2$, with our $rho$ chosen above this corresponds to $d=8,mathrmmm$. So for daylight ozone column has negligible effect on the sky color (unlike the evening — see the history of Chappuis absorption!).
As can be seen in the above plot, hue does change with increasing layer thickness. If we normalize the RGB values to see the hues of the thick layers (this would correspond to increasing illuminant power to compensate for absorption), we'll get the following hues:

Note that the violet hues in the above plot aren't accurate: they can't be accurately represented on sRGB monitors, so the plot only approximates them. They should be more saturated. Here's how the chromaticity changes from the white point to the most violet with increasing layer thickness (dashed triangle denotes the sRGB gamut):

$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "431"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fchemistry.stackexchange.com%2fquestions%2f111389%2fwhat-exactly-color-does-ozone-gas-have%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Due to Chappuis absorption, ozone does have a bluish color. To determine exactly what kind of blue it is, let's first look at the spectrum of absorption in the Chappuis band. The following plot was done using these data for 293K.

This is spectral cross-section of absorption. To determine color from this spectrum, we need to choose some parameters:
- Number density of ozone molecules,
- Thickness of ozone layer we're trying to visualize,
- Illuminant.
If we denote spectral radiance of our illuminant as $L(lambda)$, thickness of ozone layer as $d$, ozone number density as $rho$, and absorption cross-section as $sigma(lambda)$, then we'll get the following expression for spectral radiance transmitted through the layer:
$$L_T(lambda)=L(lambda)expbig(-sigma(lambda)drhobig).$$
The most sensible illuminant to choose for showing color of a material on the web is the CIE illuminant D65, whose color is the white point of the sRGB color space. Its spectrum can be found e.g. here.
We can find the color in XYZ space using CIE 1931 color matching functions (can be found e.g. here). The expression is
$$c_X=int_300^830L_T(lambda)bar x(lambda),mathrm dlambda,$$
and similarly for $Y$ and $Z$ coordinates. Then these can be transformed to sRGB using linear transformation matrix $mathrmXYZtomathrmsRGB$ given e.g. here and gamma-correcting to $gamma=1/2.2$ to yield final sRGB values.
Then, for ozone molecule number density $rho=10^25 fracmathrmmoleculemathrmm^3$ we'll get the following colors for different layer thicknesses:

For comparison, typical ozone column in the atmospheric ozone layer is about 300 Dobson units, which is equivalent to $2.687times10^20fracmathrmmoleculemathrm m^2$, with our $rho$ chosen above this corresponds to $d=8,mathrmmm$. So for daylight ozone column has negligible effect on the sky color (unlike the evening — see the history of Chappuis absorption!).
As can be seen in the above plot, hue does change with increasing layer thickness. If we normalize the RGB values to see the hues of the thick layers (this would correspond to increasing illuminant power to compensate for absorption), we'll get the following hues:

Note that the violet hues in the above plot aren't accurate: they can't be accurately represented on sRGB monitors, so the plot only approximates them. They should be more saturated. Here's how the chromaticity changes from the white point to the most violet with increasing layer thickness (dashed triangle denotes the sRGB gamut):

$endgroup$
add a comment |
$begingroup$
Due to Chappuis absorption, ozone does have a bluish color. To determine exactly what kind of blue it is, let's first look at the spectrum of absorption in the Chappuis band. The following plot was done using these data for 293K.

This is spectral cross-section of absorption. To determine color from this spectrum, we need to choose some parameters:
- Number density of ozone molecules,
- Thickness of ozone layer we're trying to visualize,
- Illuminant.
If we denote spectral radiance of our illuminant as $L(lambda)$, thickness of ozone layer as $d$, ozone number density as $rho$, and absorption cross-section as $sigma(lambda)$, then we'll get the following expression for spectral radiance transmitted through the layer:
$$L_T(lambda)=L(lambda)expbig(-sigma(lambda)drhobig).$$
The most sensible illuminant to choose for showing color of a material on the web is the CIE illuminant D65, whose color is the white point of the sRGB color space. Its spectrum can be found e.g. here.
We can find the color in XYZ space using CIE 1931 color matching functions (can be found e.g. here). The expression is
$$c_X=int_300^830L_T(lambda)bar x(lambda),mathrm dlambda,$$
and similarly for $Y$ and $Z$ coordinates. Then these can be transformed to sRGB using linear transformation matrix $mathrmXYZtomathrmsRGB$ given e.g. here and gamma-correcting to $gamma=1/2.2$ to yield final sRGB values.
Then, for ozone molecule number density $rho=10^25 fracmathrmmoleculemathrmm^3$ we'll get the following colors for different layer thicknesses:

For comparison, typical ozone column in the atmospheric ozone layer is about 300 Dobson units, which is equivalent to $2.687times10^20fracmathrmmoleculemathrm m^2$, with our $rho$ chosen above this corresponds to $d=8,mathrmmm$. So for daylight ozone column has negligible effect on the sky color (unlike the evening — see the history of Chappuis absorption!).
As can be seen in the above plot, hue does change with increasing layer thickness. If we normalize the RGB values to see the hues of the thick layers (this would correspond to increasing illuminant power to compensate for absorption), we'll get the following hues:

Note that the violet hues in the above plot aren't accurate: they can't be accurately represented on sRGB monitors, so the plot only approximates them. They should be more saturated. Here's how the chromaticity changes from the white point to the most violet with increasing layer thickness (dashed triangle denotes the sRGB gamut):

$endgroup$
add a comment |
$begingroup$
Due to Chappuis absorption, ozone does have a bluish color. To determine exactly what kind of blue it is, let's first look at the spectrum of absorption in the Chappuis band. The following plot was done using these data for 293K.

This is spectral cross-section of absorption. To determine color from this spectrum, we need to choose some parameters:
- Number density of ozone molecules,
- Thickness of ozone layer we're trying to visualize,
- Illuminant.
If we denote spectral radiance of our illuminant as $L(lambda)$, thickness of ozone layer as $d$, ozone number density as $rho$, and absorption cross-section as $sigma(lambda)$, then we'll get the following expression for spectral radiance transmitted through the layer:
$$L_T(lambda)=L(lambda)expbig(-sigma(lambda)drhobig).$$
The most sensible illuminant to choose for showing color of a material on the web is the CIE illuminant D65, whose color is the white point of the sRGB color space. Its spectrum can be found e.g. here.
We can find the color in XYZ space using CIE 1931 color matching functions (can be found e.g. here). The expression is
$$c_X=int_300^830L_T(lambda)bar x(lambda),mathrm dlambda,$$
and similarly for $Y$ and $Z$ coordinates. Then these can be transformed to sRGB using linear transformation matrix $mathrmXYZtomathrmsRGB$ given e.g. here and gamma-correcting to $gamma=1/2.2$ to yield final sRGB values.
Then, for ozone molecule number density $rho=10^25 fracmathrmmoleculemathrmm^3$ we'll get the following colors for different layer thicknesses:

For comparison, typical ozone column in the atmospheric ozone layer is about 300 Dobson units, which is equivalent to $2.687times10^20fracmathrmmoleculemathrm m^2$, with our $rho$ chosen above this corresponds to $d=8,mathrmmm$. So for daylight ozone column has negligible effect on the sky color (unlike the evening — see the history of Chappuis absorption!).
As can be seen in the above plot, hue does change with increasing layer thickness. If we normalize the RGB values to see the hues of the thick layers (this would correspond to increasing illuminant power to compensate for absorption), we'll get the following hues:

Note that the violet hues in the above plot aren't accurate: they can't be accurately represented on sRGB monitors, so the plot only approximates them. They should be more saturated. Here's how the chromaticity changes from the white point to the most violet with increasing layer thickness (dashed triangle denotes the sRGB gamut):

$endgroup$
Due to Chappuis absorption, ozone does have a bluish color. To determine exactly what kind of blue it is, let's first look at the spectrum of absorption in the Chappuis band. The following plot was done using these data for 293K.

This is spectral cross-section of absorption. To determine color from this spectrum, we need to choose some parameters:
- Number density of ozone molecules,
- Thickness of ozone layer we're trying to visualize,
- Illuminant.
If we denote spectral radiance of our illuminant as $L(lambda)$, thickness of ozone layer as $d$, ozone number density as $rho$, and absorption cross-section as $sigma(lambda)$, then we'll get the following expression for spectral radiance transmitted through the layer:
$$L_T(lambda)=L(lambda)expbig(-sigma(lambda)drhobig).$$
The most sensible illuminant to choose for showing color of a material on the web is the CIE illuminant D65, whose color is the white point of the sRGB color space. Its spectrum can be found e.g. here.
We can find the color in XYZ space using CIE 1931 color matching functions (can be found e.g. here). The expression is
$$c_X=int_300^830L_T(lambda)bar x(lambda),mathrm dlambda,$$
and similarly for $Y$ and $Z$ coordinates. Then these can be transformed to sRGB using linear transformation matrix $mathrmXYZtomathrmsRGB$ given e.g. here and gamma-correcting to $gamma=1/2.2$ to yield final sRGB values.
Then, for ozone molecule number density $rho=10^25 fracmathrmmoleculemathrmm^3$ we'll get the following colors for different layer thicknesses:

For comparison, typical ozone column in the atmospheric ozone layer is about 300 Dobson units, which is equivalent to $2.687times10^20fracmathrmmoleculemathrm m^2$, with our $rho$ chosen above this corresponds to $d=8,mathrmmm$. So for daylight ozone column has negligible effect on the sky color (unlike the evening — see the history of Chappuis absorption!).
As can be seen in the above plot, hue does change with increasing layer thickness. If we normalize the RGB values to see the hues of the thick layers (this would correspond to increasing illuminant power to compensate for absorption), we'll get the following hues:

Note that the violet hues in the above plot aren't accurate: they can't be accurately represented on sRGB monitors, so the plot only approximates them. They should be more saturated. Here's how the chromaticity changes from the white point to the most violet with increasing layer thickness (dashed triangle denotes the sRGB gamut):

answered 1 hour ago
RuslanRuslan
356113
356113
add a comment |
add a comment |
Thanks for contributing an answer to Chemistry Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fchemistry.stackexchange.com%2fquestions%2f111389%2fwhat-exactly-color-does-ozone-gas-have%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown