Shades of Indigo #59086A
Tints of Indigo #59086A
RGB
CMYK
RGB Variations
Color information
#59086A (or 0x59086A) is known color: Indigo. HEX triplet: 59, 08 and 6A. RGB value is (89,8,106). Sum of RGB (Red+Green+Blue) = 89+8+106=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #59086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59086A is #A6F795. Grayscale: #2B2B2B. Windows color (decimal): -10942358 or 6948953. OLE color: 6948953.
HSL color Cylindrical-coordinate representation of color #59086A: hue angle of 289.59º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #59086A is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 8 | 106 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.58 |
| HSL | 289.59º | 0.86% | 0.22% | - |
| HSV(B) | 289.59º | 0.92% | 0.42% | - |
| XYZ | 6.81 | 3.34 | 13.92 | - |
| YUV | 43.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 106 | 0.16 | 0.92 | 0 | 0.58 | 289.59 | 0.86 | 0.22 |
| Hex | 59 | 8 | 6A | 10 | 5C | 0 | 3A | 122 | 56 | 16 |
| Octal | 131 | 10 | 152 | 20 | 134 | 0 | 72 | 442 | 126 | 26 |
| Binary | 1011001 | 1000 | 1101010 | 10000 | 1011100 | 0 | 111010 | 100100010 | 1010110 | 10110 |
Color Harmonies of #59086A
Complementary color
Monochromatic Colors of #59086A
Black with #59086A
Text Example
Text Example
White with #59086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59086A; }
p { color: rgb(89,8,106); }
H1.HeaderClassName
{
color: #59086A;
}
.AnyTagClassName
{
color: #59086A;
}
</style>
background-color css
<style>
a { background-color: #59086A; }
a { background-color: rgb(89,8,106); }
div.DivClassName
{
background-color: #59086A;
}
.BgClassName
{
background-color: #59086A;
}
</style>
border-color css
<style>
span { border-color: #59086A; }
span { border-color: rgb(89,8,106); }
td.TdClassName
{
border-color: #59086A;
}
.TagClassName
{
border-color: #59086A;
}
</style>