Shades of Persian Indigo #32218E
Tints of Persian Indigo #32218E
RGB
CMYK
RGB Variations
Color information
#32218E (or 0x32218E) is known color: Persian Indigo. HEX triplet: 32, 21 and 8E. RGB value is (50,33,142). Sum of RGB (Red+Green+Blue) = 50+33+142=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #32218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32218E is #CDDE71. Grayscale: #323232. Windows color (decimal): -13491826 or 9314610. OLE color: 9314610.
HSL color Cylindrical-coordinate representation of color #32218E: hue angle of 249.36º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32218E is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 33 | 142 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.44 |
| HSL | 249.36º | 0.62% | 0.34% | - |
| HSV(B) | 249.36º | 0.77% | 0.56% | - |
| XYZ | 6.74 | 3.72 | 25.95 | - |
| YUV | 50.51 | 179.63 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 142 | 0.65 | 0.77 | 0 | 0.44 | 249.36 | 0.62 | 0.34 |
| Hex | 32 | 21 | 8E | 41 | 4D | 0 | 2C | F9 | 3E | 22 |
| Octal | 62 | 41 | 216 | 101 | 115 | 0 | 54 | 371 | 76 | 42 |
| Binary | 110010 | 100001 | 10001110 | 1000001 | 1001101 | 0 | 101100 | 11111001 | 111110 | 100010 |
Color Harmonies of #32218E
Complementary color
Monochromatic Colors of #32218E
Black with #32218E
Text Example
Text Example
White with #32218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32218E; }
p { color: rgb(50,33,142); }
H1.HeaderClassName
{
color: #32218E;
}
.AnyTagClassName
{
color: #32218E;
}
</style>
background-color css
<style>
a { background-color: #32218E; }
a { background-color: rgb(50,33,142); }
div.DivClassName
{
background-color: #32218E;
}
.BgClassName
{
background-color: #32218E;
}
</style>
border-color css
<style>
span { border-color: #32218E; }
span { border-color: rgb(50,33,142); }
td.TdClassName
{
border-color: #32218E;
}
.TagClassName
{
border-color: #32218E;
}
</style>