Shades of Indigo #59088C
Tints of Indigo #59088C
RGB
CMYK
RGB Variations
Color information
#59088C (or 0x59088C) is known color: Indigo. HEX triplet: 59, 08 and 8C. RGB value is (89,8,140). Sum of RGB (Red+Green+Blue) = 89+8+140=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #59088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59088C is #A6F773. Grayscale: #2E2E2E. Windows color (decimal): -10942324 or 9177177. OLE color: 9177177.
HSL color Cylindrical-coordinate representation of color #59088C: hue angle of 276.82º 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 #59088C is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 8 | 140 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.45 |
| HSL | 276.82º | 0.89% | 0.29% | - |
| HSV(B) | 276.82º | 0.94% | 0.55% | - |
| XYZ | 8.94 | 4.19 | 25.15 | - |
| YUV | 47.27 | 180.34 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 140 | 0.36 | 0.94 | 0 | 0.45 | 276.82 | 0.89 | 0.29 |
| Hex | 59 | 8 | 8C | 24 | 5E | 0 | 2D | 115 | 59 | 1D |
| Octal | 131 | 10 | 214 | 44 | 136 | 0 | 55 | 425 | 131 | 35 |
| Binary | 1011001 | 1000 | 10001100 | 100100 | 1011110 | 0 | 101101 | 100010101 | 1011001 | 11101 |
Color Harmonies of #59088C
Complementary color
Monochromatic Colors of #59088C
Black with #59088C
Text Example
Text Example
White with #59088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59088C; }
p { color: rgb(89,8,140); }
H1.HeaderClassName
{
color: #59088C;
}
.AnyTagClassName
{
color: #59088C;
}
</style>
background-color css
<style>
a { background-color: #59088C; }
a { background-color: rgb(89,8,140); }
div.DivClassName
{
background-color: #59088C;
}
.BgClassName
{
background-color: #59088C;
}
</style>
border-color css
<style>
span { border-color: #59088C; }
span { border-color: rgb(89,8,140); }
td.TdClassName
{
border-color: #59088C;
}
.TagClassName
{
border-color: #59088C;
}
</style>