Shades of Persian Indigo #32218D
Tints of Persian Indigo #32218D
RGB
CMYK
RGB Variations
Color information
#32218D (or 0x32218D) is known color: Persian Indigo. HEX triplet: 32, 21 and 8D. RGB value is (50,33,141). Sum of RGB (Red+Green+Blue) = 50+33+141=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #32218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32218D is #CDDE72. Grayscale: #313131. Windows color (decimal): -13491827 or 9249074. OLE color: 9249074.
HSL color Cylindrical-coordinate representation of color #32218D: hue angle of 249.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32218D is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 33 | 141 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.45 |
| HSL | 249.44º | 0.62% | 0.34% | - |
| HSV(B) | 249.44º | 0.77% | 0.55% | - |
| XYZ | 6.67 | 3.69 | 25.56 | - |
| YUV | 50.4 | 179.13 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 141 | 0.65 | 0.77 | 0 | 0.45 | 249.44 | 0.62 | 0.34 |
| Hex | 32 | 21 | 8D | 41 | 4D | 0 | 2D | F9 | 3E | 22 |
| Octal | 62 | 41 | 215 | 101 | 115 | 0 | 55 | 371 | 76 | 42 |
| Binary | 110010 | 100001 | 10001101 | 1000001 | 1001101 | 0 | 101101 | 11111001 | 111110 | 100010 |
Color Harmonies of #32218D
Complementary color
Monochromatic Colors of #32218D
Black with #32218D
Text Example
Text Example
White with #32218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32218D; }
p { color: rgb(50,33,141); }
H1.HeaderClassName
{
color: #32218D;
}
.AnyTagClassName
{
color: #32218D;
}
</style>
background-color css
<style>
a { background-color: #32218D; }
a { background-color: rgb(50,33,141); }
div.DivClassName
{
background-color: #32218D;
}
.BgClassName
{
background-color: #32218D;
}
</style>
border-color css
<style>
span { border-color: #32218D; }
span { border-color: rgb(50,33,141); }
td.TdClassName
{
border-color: #32218D;
}
.TagClassName
{
border-color: #32218D;
}
</style>