Shades of Persian Indigo #32097F
Tints of Persian Indigo #32097F
RGB
CMYK
RGB Variations
Color information
#32097F (or 0x32097F) is known color: Persian Indigo. HEX triplet: 32, 09 and 7F. RGB value is (50,9,127). Sum of RGB (Red+Green+Blue) = 50+9+127=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #32097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32097F is #CDF680. Grayscale: #222222. Windows color (decimal): -13497985 or 8325426. OLE color: 8325426.
HSL color Cylindrical-coordinate representation of color #32097F: hue angle of 260.85º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32097F is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 9 | 127 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.50 |
| HSL | 260.85º | 0.87% | 0.27% | - |
| HSV(B) | 260.85º | 0.93% | 0.5% | - |
| XYZ | 5.24 | 2.41 | 20.27 | - |
| YUV | 34.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 127 | 0.61 | 0.93 | 0 | 0.50 | 260.85 | 0.87 | 0.27 |
| Hex | 32 | 9 | 7F | 3D | 5D | 0 | 32 | 105 | 57 | 1B |
| Octal | 62 | 11 | 177 | 75 | 135 | 0 | 62 | 405 | 127 | 33 |
| Binary | 110010 | 1001 | 1111111 | 111101 | 1011101 | 0 | 110010 | 100000101 | 1010111 | 11011 |
Color Harmonies of #32097F
Complementary color
Monochromatic Colors of #32097F
Black with #32097F
Text Example
Text Example
White with #32097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32097F; }
p { color: rgb(50,9,127); }
H1.HeaderClassName
{
color: #32097F;
}
.AnyTagClassName
{
color: #32097F;
}
</style>
background-color css
<style>
a { background-color: #32097F; }
a { background-color: rgb(50,9,127); }
div.DivClassName
{
background-color: #32097F;
}
.BgClassName
{
background-color: #32097F;
}
</style>
border-color css
<style>
span { border-color: #32097F; }
span { border-color: rgb(50,9,127); }
td.TdClassName
{
border-color: #32097F;
}
.TagClassName
{
border-color: #32097F;
}
</style>