Shades of Persian Indigo #32198E
Tints of Persian Indigo #32198E
RGB
CMYK
RGB Variations
Color information
#32198E (or 0x32198E) is known color: Persian Indigo. HEX triplet: 32, 19 and 8E. RGB value is (50,25,142). Sum of RGB (Red+Green+Blue) = 50+25+142=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #32198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32198E is #CDE671. Grayscale: #2D2D2D. Windows color (decimal): -13493874 or 9312562. OLE color: 9312562.
HSL color Cylindrical-coordinate representation of color #32198E: hue angle of 252.82º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32198E is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 25 | 142 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.44 |
| HSL | 252.82º | 0.7% | 0.33% | - |
| HSV(B) | 252.82º | 0.82% | 0.56% | - |
| XYZ | 6.55 | 3.33 | 25.89 | - |
| YUV | 45.81 | 182.28 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 142 | 0.65 | 0.82 | 0 | 0.44 | 252.82 | 0.7 | 0.33 |
| Hex | 32 | 19 | 8E | 41 | 52 | 0 | 2C | FD | 46 | 21 |
| Octal | 62 | 31 | 216 | 101 | 122 | 0 | 54 | 375 | 106 | 41 |
| Binary | 110010 | 11001 | 10001110 | 1000001 | 1010010 | 0 | 101100 | 11111101 | 1000110 | 100001 |
Color Harmonies of #32198E
Complementary color
Monochromatic Colors of #32198E
Black with #32198E
Text Example
Text Example
White with #32198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32198E; }
p { color: rgb(50,25,142); }
H1.HeaderClassName
{
color: #32198E;
}
.AnyTagClassName
{
color: #32198E;
}
</style>
background-color css
<style>
a { background-color: #32198E; }
a { background-color: rgb(50,25,142); }
div.DivClassName
{
background-color: #32198E;
}
.BgClassName
{
background-color: #32198E;
}
</style>
border-color css
<style>
span { border-color: #32198E; }
span { border-color: rgb(50,25,142); }
td.TdClassName
{
border-color: #32198E;
}
.TagClassName
{
border-color: #32198E;
}
</style>