Shades of Persian Indigo #32029F
Tints of Persian Indigo #32029F
RGB
CMYK
RGB Variations
Color information
#32029F (or 0x32029F) is known color: Persian Indigo. HEX triplet: 32, 02 and 9F. RGB value is (50,2,159). Sum of RGB (Red+Green+Blue) = 50+2+159=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #32029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32029F is #CDFD60. Grayscale: #212121. Windows color (decimal): -13499745 or 10420786. OLE color: 10420786.
HSL color Cylindrical-coordinate representation of color #32029F: hue angle of 258.34º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32029F is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 2 | 159 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.38 |
| HSL | 258.34º | 0.98% | 0.32% | - |
| HSV(B) | 258.34º | 0.99% | 0.62% | - |
| XYZ | 7.6 | 3.22 | 33.02 | - |
| YUV | 34.25 | 198.4 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 159 | 0.69 | 0.99 | 0 | 0.38 | 258.34 | 0.98 | 0.32 |
| Hex | 32 | 2 | 9F | 45 | 63 | 0 | 26 | 102 | 62 | 20 |
| Octal | 62 | 2 | 237 | 105 | 143 | 0 | 46 | 402 | 142 | 40 |
| Binary | 110010 | 10 | 10011111 | 1000101 | 1100011 | 0 | 100110 | 100000010 | 1100010 | 100000 |
Color Harmonies of #32029F
Complementary color
Monochromatic Colors of #32029F
Black with #32029F
Text Example
Text Example
White with #32029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32029F; }
p { color: rgb(50,2,159); }
H1.HeaderClassName
{
color: #32029F;
}
.AnyTagClassName
{
color: #32029F;
}
</style>
background-color css
<style>
a { background-color: #32029F; }
a { background-color: rgb(50,2,159); }
div.DivClassName
{
background-color: #32029F;
}
.BgClassName
{
background-color: #32029F;
}
</style>
border-color css
<style>
span { border-color: #32029F; }
span { border-color: rgb(50,2,159); }
td.TdClassName
{
border-color: #32029F;
}
.TagClassName
{
border-color: #32029F;
}
</style>