Shades of Persian Indigo #32026F
Tints of Persian Indigo #32026F
RGB
CMYK
RGB Variations
Color information
#32026F (or 0x32026F) is known color: Persian Indigo. HEX triplet: 32, 02 and 6F. RGB value is (50,2,111). Sum of RGB (Red+Green+Blue) = 50+2+111=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 111 (43.75% from 255 or 68.10% from 163); Max value from RGB is 111 - color contains mainly: blue. Hex color #32026F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32026F is #CDFD90. Grayscale: #1C1C1C. Windows color (decimal): -13499793 or 7275058. OLE color: 7275058.
HSL color Cylindrical-coordinate representation of color #32026F: hue angle of 266.42º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32026F is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 2 | 111 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.56 |
| HSL | 266.42º | 0.96% | 0.22% | - |
| HSV(B) | 266.42º | 0.98% | 0.44% | - |
| XYZ | 4.21 | 1.87 | 15.18 | - |
| YUV | 28.78 | 174.4 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 111 | 0.55 | 0.98 | 0 | 0.56 | 266.42 | 0.96 | 0.22 |
| Hex | 32 | 2 | 6F | 37 | 62 | 0 | 38 | 10A | 60 | 16 |
| Octal | 62 | 2 | 157 | 67 | 142 | 0 | 70 | 412 | 140 | 26 |
| Binary | 110010 | 10 | 1101111 | 110111 | 1100010 | 0 | 111000 | 100001010 | 1100000 | 10110 |
Color Harmonies of #32026F
Complementary color
Monochromatic Colors of #32026F
Black with #32026F
Text Example
Text Example
White with #32026F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32026F; }
p { color: rgb(50,2,111); }
H1.HeaderClassName
{
color: #32026F;
}
.AnyTagClassName
{
color: #32026F;
}
</style>
background-color css
<style>
a { background-color: #32026F; }
a { background-color: rgb(50,2,111); }
div.DivClassName
{
background-color: #32026F;
}
.BgClassName
{
background-color: #32026F;
}
</style>
border-color css
<style>
span { border-color: #32026F; }
span { border-color: rgb(50,2,111); }
td.TdClassName
{
border-color: #32026F;
}
.TagClassName
{
border-color: #32026F;
}
</style>