Shades of Persian Indigo #32218B
Tints of Persian Indigo #32218B
RGB
CMYK
RGB Variations
Color information
#32218B (or 0x32218B) is known color: Persian Indigo. HEX triplet: 32, 21 and 8B. RGB value is (50,33,139). Sum of RGB (Red+Green+Blue) = 50+33+139=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #32218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32218B is #CDDE74. Grayscale: #313131. Windows color (decimal): -13491829 or 9118002. OLE color: 9118002.
HSL color Cylindrical-coordinate representation of color #32218B: hue angle of 249.62º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32218B is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 33 | 139 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.45 |
| HSL | 249.62º | 0.62% | 0.34% | - |
| HSV(B) | 249.62º | 0.76% | 0.55% | - |
| XYZ | 6.52 | 3.63 | 24.78 | - |
| YUV | 50.17 | 178.13 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 139 | 0.64 | 0.76 | 0 | 0.45 | 249.62 | 0.62 | 0.34 |
| Hex | 32 | 21 | 8B | 40 | 4C | 0 | 2D | FA | 3E | 22 |
| Octal | 62 | 41 | 213 | 100 | 114 | 0 | 55 | 372 | 76 | 42 |
| Binary | 110010 | 100001 | 10001011 | 1000000 | 1001100 | 0 | 101101 | 11111010 | 111110 | 100010 |
Color Harmonies of #32218B
Complementary color
Monochromatic Colors of #32218B
Black with #32218B
Text Example
Text Example
White with #32218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32218B; }
p { color: rgb(50,33,139); }
H1.HeaderClassName
{
color: #32218B;
}
.AnyTagClassName
{
color: #32218B;
}
</style>
background-color css
<style>
a { background-color: #32218B; }
a { background-color: rgb(50,33,139); }
div.DivClassName
{
background-color: #32218B;
}
.BgClassName
{
background-color: #32218B;
}
</style>
border-color css
<style>
span { border-color: #32218B; }
span { border-color: rgb(50,33,139); }
td.TdClassName
{
border-color: #32218B;
}
.TagClassName
{
border-color: #32218B;
}
</style>