Shades of Persian Indigo #32029C
Tints of Persian Indigo #32029C
RGB
CMYK
RGB Variations
Color information
#32029C (or 0x32029C) is known color: Persian Indigo. HEX triplet: 32, 02 and 9C. RGB value is (50,2,156). Sum of RGB (Red+Green+Blue) = 50+2+156=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 156 (61.33% from 255 or 75% from 208); Max value from RGB is 156 - color contains mainly: blue. Hex color #32029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32029C is #CDFD63. Grayscale: #212121. Windows color (decimal): -13499748 or 10224178. OLE color: 10224178.
HSL color Cylindrical-coordinate representation of color #32029C: hue angle of 258.7º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32029C is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 2 | 156 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.39 |
| HSL | 258.7º | 0.97% | 0.31% | - |
| HSV(B) | 258.7º | 0.99% | 0.61% | - |
| XYZ | 7.34 | 3.12 | 31.67 | - |
| YUV | 33.91 | 196.9 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 156 | 0.68 | 0.99 | 0 | 0.39 | 258.7 | 0.97 | 0.31 |
| Hex | 32 | 2 | 9C | 44 | 63 | 0 | 27 | 103 | 61 | 1F |
| Octal | 62 | 2 | 234 | 104 | 143 | 0 | 47 | 403 | 141 | 37 |
| Binary | 110010 | 10 | 10011100 | 1000100 | 1100011 | 0 | 100111 | 100000011 | 1100001 | 11111 |
Color Harmonies of #32029C
Complementary color
Monochromatic Colors of #32029C
Black with #32029C
Text Example
Text Example
White with #32029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32029C; }
p { color: rgb(50,2,156); }
H1.HeaderClassName
{
color: #32029C;
}
.AnyTagClassName
{
color: #32029C;
}
</style>
background-color css
<style>
a { background-color: #32029C; }
a { background-color: rgb(50,2,156); }
div.DivClassName
{
background-color: #32029C;
}
.BgClassName
{
background-color: #32029C;
}
</style>
border-color css
<style>
span { border-color: #32029C; }
span { border-color: rgb(50,2,156); }
td.TdClassName
{
border-color: #32029C;
}
.TagClassName
{
border-color: #32029C;
}
</style>