Shades of Indigo #59026D
Tints of Indigo #59026D
RGB
CMYK
RGB Variations
Color information
#59026D (or 0x59026D) is known color: Indigo. HEX triplet: 59, 02 and 6D. RGB value is (89,2,109). Sum of RGB (Red+Green+Blue) = 89+2+109=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #59026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59026D is #A6FD92. Grayscale: #272727. Windows color (decimal): -10943891 or 7144025. OLE color: 7144025.
HSL color Cylindrical-coordinate representation of color #59026D: hue angle of 288.79º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59026D is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 2 | 109 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.57 |
| HSL | 288.79º | 0.96% | 0.22% | - |
| HSV(B) | 288.79º | 0.98% | 0.43% | - |
| XYZ | 6.9 | 3.27 | 14.74 | - |
| YUV | 40.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 109 | 0.18 | 0.98 | 0 | 0.57 | 288.79 | 0.96 | 0.22 |
| Hex | 59 | 2 | 6D | 12 | 62 | 0 | 39 | 121 | 60 | 16 |
| Octal | 131 | 2 | 155 | 22 | 142 | 0 | 71 | 441 | 140 | 26 |
| Binary | 1011001 | 10 | 1101101 | 10010 | 1100010 | 0 | 111001 | 100100001 | 1100000 | 10110 |
Color Harmonies of #59026D
Complementary color
Monochromatic Colors of #59026D
Black with #59026D
Text Example
Text Example
White with #59026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59026D; }
p { color: rgb(89,2,109); }
H1.HeaderClassName
{
color: #59026D;
}
.AnyTagClassName
{
color: #59026D;
}
</style>
background-color css
<style>
a { background-color: #59026D; }
a { background-color: rgb(89,2,109); }
div.DivClassName
{
background-color: #59026D;
}
.BgClassName
{
background-color: #59026D;
}
</style>
border-color css
<style>
span { border-color: #59026D; }
span { border-color: rgb(89,2,109); }
td.TdClassName
{
border-color: #59026D;
}
.TagClassName
{
border-color: #59026D;
}
</style>