Shades of Persian Indigo #32029A
Tints of Persian Indigo #32029A
RGB
CMYK
RGB Variations
Color information
#32029A (or 0x32029A) is known color: Persian Indigo. HEX triplet: 32, 02 and 9A. RGB value is (50,2,154). Sum of RGB (Red+Green+Blue) = 50+2+154=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 154 (60.55% from 255 or 74.76% from 206); Max value from RGB is 154 - color contains mainly: blue. Hex color #32029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32029A is #CDFD65. Grayscale: #212121. Windows color (decimal): -13499750 or 10093106. OLE color: 10093106.
HSL color Cylindrical-coordinate representation of color #32029A: hue angle of 258.95º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32029A is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 2 | 154 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.40 |
| HSL | 258.95º | 0.97% | 0.31% | - |
| HSV(B) | 258.95º | 0.99% | 0.6% | - |
| XYZ | 7.17 | 3.05 | 30.78 | - |
| YUV | 33.68 | 195.9 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 154 | 0.68 | 0.99 | 0 | 0.40 | 258.95 | 0.97 | 0.31 |
| Hex | 32 | 2 | 9A | 44 | 63 | 0 | 28 | 103 | 61 | 1F |
| Octal | 62 | 2 | 232 | 104 | 143 | 0 | 50 | 403 | 141 | 37 |
| Binary | 110010 | 10 | 10011010 | 1000100 | 1100011 | 0 | 101000 | 100000011 | 1100001 | 11111 |
Color Harmonies of #32029A
Complementary color
Monochromatic Colors of #32029A
Black with #32029A
Text Example
Text Example
White with #32029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32029A; }
p { color: rgb(50,2,154); }
H1.HeaderClassName
{
color: #32029A;
}
.AnyTagClassName
{
color: #32029A;
}
</style>
background-color css
<style>
a { background-color: #32029A; }
a { background-color: rgb(50,2,154); }
div.DivClassName
{
background-color: #32029A;
}
.BgClassName
{
background-color: #32029A;
}
</style>
border-color css
<style>
span { border-color: #32029A; }
span { border-color: rgb(50,2,154); }
td.TdClassName
{
border-color: #32029A;
}
.TagClassName
{
border-color: #32029A;
}
</style>