Shades of Persian Indigo #32009D
Tints of Persian Indigo #32009D
RGB
CMYK
RGB Variations
Color information
#32009D (or 0x32009D) is known color: Persian Indigo. HEX triplet: 32, 00 and 9D. RGB value is (50,0,157). Sum of RGB (Red+Green+Blue) = 50+0+157=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 157 (61.72% from 255 or 75.85% from 207); Max value from RGB is 157 - color contains mainly: blue. Hex color #32009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32009D is #CDFF62. Grayscale: #202020. Windows color (decimal): -13500259 or 10289202. OLE color: 10289202.
HSL color Cylindrical-coordinate representation of color #32009D: hue angle of 259.11º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32009D is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 0 | 157 | - |
| CMYK | 0.68 | 1 | 0 | 0.38 |
| HSL | 259.11º | 1% | 0.31% | - |
| HSV(B) | 259.11º | 1% | 0.62% | - |
| XYZ | 7.4 | 3.11 | 32.11 | - |
| YUV | 32.85 | 198.07 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 157 | 0.68 | 1 | 0 | 0.38 | 259.11 | 1 | 0.31 |
| Hex | 32 | 0 | 9D | 44 | 64 | 0 | 26 | 103 | 64 | 1F |
| Octal | 62 | 0 | 235 | 104 | 144 | 0 | 46 | 403 | 144 | 37 |
| Binary | 110010 | 0 | 10011101 | 1000100 | 1100100 | 0 | 100110 | 100000011 | 1100100 | 11111 |
Color Harmonies of #32009D
Complementary color
Monochromatic Colors of #32009D
Black with #32009D
Text Example
Text Example
White with #32009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32009D; }
p { color: rgb(50,0,157); }
H1.HeaderClassName
{
color: #32009D;
}
.AnyTagClassName
{
color: #32009D;
}
</style>
background-color css
<style>
a { background-color: #32009D; }
a { background-color: rgb(50,0,157); }
div.DivClassName
{
background-color: #32009D;
}
.BgClassName
{
background-color: #32009D;
}
</style>
border-color css
<style>
span { border-color: #32009D; }
span { border-color: rgb(50,0,157); }
td.TdClassName
{
border-color: #32009D;
}
.TagClassName
{
border-color: #32009D;
}
</style>