Shades of Persian Indigo #32209C
Tints of Persian Indigo #32209C
RGB
CMYK
RGB Variations
Color information
#32209C (or 0x32209C) is known color: Persian Indigo. HEX triplet: 32, 20 and 9C. RGB value is (50,32,156). Sum of RGB (Red+Green+Blue) = 50+32+156=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #32209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32209C is #CDDF63. Grayscale: #333333. Windows color (decimal): -13492068 or 10231858. OLE color: 10231858.
HSL color Cylindrical-coordinate representation of color #32209C: hue angle of 248.71º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32209C is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 32 | 156 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.39 |
| HSL | 248.71º | 0.66% | 0.37% | - |
| HSV(B) | 248.71º | 0.79% | 0.61% | - |
| XYZ | 7.83 | 4.11 | 31.83 | - |
| YUV | 51.52 | 186.96 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 156 | 0.68 | 0.79 | 0 | 0.39 | 248.71 | 0.66 | 0.37 |
| Hex | 32 | 20 | 9C | 44 | 4F | 0 | 27 | F9 | 42 | 25 |
| Octal | 62 | 40 | 234 | 104 | 117 | 0 | 47 | 371 | 102 | 45 |
| Binary | 110010 | 100000 | 10011100 | 1000100 | 1001111 | 0 | 100111 | 11111001 | 1000010 | 100101 |
Color Harmonies of #32209C
Complementary color
Monochromatic Colors of #32209C
Black with #32209C
Text Example
Text Example
White with #32209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32209C; }
p { color: rgb(50,32,156); }
H1.HeaderClassName
{
color: #32209C;
}
.AnyTagClassName
{
color: #32209C;
}
</style>
background-color css
<style>
a { background-color: #32209C; }
a { background-color: rgb(50,32,156); }
div.DivClassName
{
background-color: #32209C;
}
.BgClassName
{
background-color: #32209C;
}
</style>
border-color css
<style>
span { border-color: #32209C; }
span { border-color: rgb(50,32,156); }
td.TdClassName
{
border-color: #32209C;
}
.TagClassName
{
border-color: #32209C;
}
</style>