Shades of Persian Indigo #32199F
Tints of Persian Indigo #32199F
RGB
CMYK
RGB Variations
Color information
#32199F (or 0x32199F) is known color: Persian Indigo. HEX triplet: 32, 19 and 9F. RGB value is (50,25,159). Sum of RGB (Red+Green+Blue) = 50+25+159=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #32199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32199F is #CDE660. Grayscale: #2F2F2F. Windows color (decimal): -13493857 or 10426674. OLE color: 10426674.
HSL color Cylindrical-coordinate representation of color #32199F: hue angle of 251.19º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32199F is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 25 | 159 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.38 |
| HSL | 251.19º | 0.73% | 0.36% | - |
| HSV(B) | 251.19º | 0.84% | 0.62% | - |
| XYZ | 7.92 | 3.88 | 33.13 | - |
| YUV | 47.75 | 190.78 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 159 | 0.69 | 0.84 | 0 | 0.38 | 251.19 | 0.73 | 0.36 |
| Hex | 32 | 19 | 9F | 45 | 54 | 0 | 26 | FB | 49 | 24 |
| Octal | 62 | 31 | 237 | 105 | 124 | 0 | 46 | 373 | 111 | 44 |
| Binary | 110010 | 11001 | 10011111 | 1000101 | 1010100 | 0 | 100110 | 11111011 | 1001001 | 100100 |
Color Harmonies of #32199F
Complementary color
Monochromatic Colors of #32199F
Black with #32199F
Text Example
Text Example
White with #32199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32199F; }
p { color: rgb(50,25,159); }
H1.HeaderClassName
{
color: #32199F;
}
.AnyTagClassName
{
color: #32199F;
}
</style>
background-color css
<style>
a { background-color: #32199F; }
a { background-color: rgb(50,25,159); }
div.DivClassName
{
background-color: #32199F;
}
.BgClassName
{
background-color: #32199F;
}
</style>
border-color css
<style>
span { border-color: #32199F; }
span { border-color: rgb(50,25,159); }
td.TdClassName
{
border-color: #32199F;
}
.TagClassName
{
border-color: #32199F;
}
</style>