Shades of Persian Indigo #32088C
Tints of Persian Indigo #32088C
RGB
CMYK
RGB Variations
Color information
#32088C (or 0x32088C) is known color: Persian Indigo. HEX triplet: 32, 08 and 8C. RGB value is (50,8,140). Sum of RGB (Red+Green+Blue) = 50+8+140=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #32088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32088C is #CDF773. Grayscale: #232323. Windows color (decimal): -13498228 or 9177138. OLE color: 9177138.
HSL color Cylindrical-coordinate representation of color #32088C: hue angle of 259.09º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32088C is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 8 | 140 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.45 |
| HSL | 259.09º | 0.89% | 0.29% | - |
| HSV(B) | 259.09º | 0.94% | 0.55% | - |
| XYZ | 6.14 | 2.75 | 25.02 | - |
| YUV | 35.61 | 186.91 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 140 | 0.64 | 0.94 | 0 | 0.45 | 259.09 | 0.89 | 0.29 |
| Hex | 32 | 8 | 8C | 40 | 5E | 0 | 2D | 103 | 59 | 1D |
| Octal | 62 | 10 | 214 | 100 | 136 | 0 | 55 | 403 | 131 | 35 |
| Binary | 110010 | 1000 | 10001100 | 1000000 | 1011110 | 0 | 101101 | 100000011 | 1011001 | 11101 |
Color Harmonies of #32088C
Complementary color
Monochromatic Colors of #32088C
Black with #32088C
Text Example
Text Example
White with #32088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32088C; }
p { color: rgb(50,8,140); }
H1.HeaderClassName
{
color: #32088C;
}
.AnyTagClassName
{
color: #32088C;
}
</style>
background-color css
<style>
a { background-color: #32088C; }
a { background-color: rgb(50,8,140); }
div.DivClassName
{
background-color: #32088C;
}
.BgClassName
{
background-color: #32088C;
}
</style>
border-color css
<style>
span { border-color: #32088C; }
span { border-color: rgb(50,8,140); }
td.TdClassName
{
border-color: #32088C;
}
.TagClassName
{
border-color: #32088C;
}
</style>