Shades of Persian Indigo #32208B
Tints of Persian Indigo #32208B
RGB
CMYK
RGB Variations
Color information
#32208B (or 0x32208B) is known color: Persian Indigo. HEX triplet: 32, 20 and 8B. RGB value is (50,32,139). Sum of RGB (Red+Green+Blue) = 50+32+139=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #32208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32208B is #CDDF74. Grayscale: #313131. Windows color (decimal): -13492085 or 9117746. OLE color: 9117746.
HSL color Cylindrical-coordinate representation of color #32208B: hue angle of 250.09º degrees, saturation: 0.63, 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 #32208B is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 32 | 139 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.45 |
| HSL | 250.09º | 0.63% | 0.34% | - |
| HSV(B) | 250.09º | 0.77% | 0.55% | - |
| XYZ | 6.49 | 3.58 | 24.77 | - |
| YUV | 49.58 | 178.46 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 139 | 0.64 | 0.77 | 0 | 0.45 | 250.09 | 0.63 | 0.34 |
| Hex | 32 | 20 | 8B | 40 | 4D | 0 | 2D | FA | 3F | 22 |
| Octal | 62 | 40 | 213 | 100 | 115 | 0 | 55 | 372 | 77 | 42 |
| Binary | 110010 | 100000 | 10001011 | 1000000 | 1001101 | 0 | 101101 | 11111010 | 111111 | 100010 |
Color Harmonies of #32208B
Complementary color
Monochromatic Colors of #32208B
Black with #32208B
Text Example
Text Example
White with #32208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32208B; }
p { color: rgb(50,32,139); }
H1.HeaderClassName
{
color: #32208B;
}
.AnyTagClassName
{
color: #32208B;
}
</style>
background-color css
<style>
a { background-color: #32208B; }
a { background-color: rgb(50,32,139); }
div.DivClassName
{
background-color: #32208B;
}
.BgClassName
{
background-color: #32208B;
}
</style>
border-color css
<style>
span { border-color: #32208B; }
span { border-color: rgb(50,32,139); }
td.TdClassName
{
border-color: #32208B;
}
.TagClassName
{
border-color: #32208B;
}
</style>