Shades of Persian Indigo #32088B
Tints of Persian Indigo #32088B
RGB
CMYK
RGB Variations
Color information
#32088B (or 0x32088B) is known color: Persian Indigo. HEX triplet: 32, 08 and 8B. RGB value is (50,8,139). Sum of RGB (Red+Green+Blue) = 50+8+139=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #32088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32088B is #CDF774. Grayscale: #232323. Windows color (decimal): -13498229 or 9111602. OLE color: 9111602.
HSL color Cylindrical-coordinate representation of color #32088B: hue angle of 259.24º 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 #32088B is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 8 | 139 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.45 |
| HSL | 259.24º | 0.89% | 0.29% | - |
| HSV(B) | 259.24º | 0.94% | 0.55% | - |
| XYZ | 6.06 | 2.72 | 24.63 | - |
| YUV | 35.49 | 186.41 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 139 | 0.64 | 0.94 | 0 | 0.45 | 259.24 | 0.89 | 0.29 |
| Hex | 32 | 8 | 8B | 40 | 5E | 0 | 2D | 103 | 59 | 1D |
| Octal | 62 | 10 | 213 | 100 | 136 | 0 | 55 | 403 | 131 | 35 |
| Binary | 110010 | 1000 | 10001011 | 1000000 | 1011110 | 0 | 101101 | 100000011 | 1011001 | 11101 |
Color Harmonies of #32088B
Complementary color
Monochromatic Colors of #32088B
Black with #32088B
Text Example
Text Example
White with #32088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32088B; }
p { color: rgb(50,8,139); }
H1.HeaderClassName
{
color: #32088B;
}
.AnyTagClassName
{
color: #32088B;
}
</style>
background-color css
<style>
a { background-color: #32088B; }
a { background-color: rgb(50,8,139); }
div.DivClassName
{
background-color: #32088B;
}
.BgClassName
{
background-color: #32088B;
}
</style>
border-color css
<style>
span { border-color: #32088B; }
span { border-color: rgb(50,8,139); }
td.TdClassName
{
border-color: #32088B;
}
.TagClassName
{
border-color: #32088B;
}
</style>