Shades of Indigo #59026A
Tints of Indigo #59026A
RGB
CMYK
RGB Variations
Color information
#59026A (or 0x59026A) is known color: Indigo. HEX triplet: 59, 02 and 6A. RGB value is (89,2,106). Sum of RGB (Red+Green+Blue) = 89+2+106=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #59026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59026A is #A6FD95. Grayscale: #272727. Windows color (decimal): -10943894 or 6947417. OLE color: 6947417.
HSL color Cylindrical-coordinate representation of color #59026A: hue angle of 290.19º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59026A is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 2 | 106 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.58 |
| HSL | 290.19º | 0.96% | 0.21% | - |
| HSV(B) | 290.19º | 0.98% | 0.42% | - |
| XYZ | 6.74 | 3.21 | 13.9 | - |
| YUV | 39.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 106 | 0.16 | 0.98 | 0 | 0.58 | 290.19 | 0.96 | 0.21 |
| Hex | 59 | 2 | 6A | 10 | 62 | 0 | 3A | 122 | 60 | 15 |
| Octal | 131 | 2 | 152 | 20 | 142 | 0 | 72 | 442 | 140 | 25 |
| Binary | 1011001 | 10 | 1101010 | 10000 | 1100010 | 0 | 111010 | 100100010 | 1100000 | 10101 |
Color Harmonies of #59026A
Complementary color
Monochromatic Colors of #59026A
Black with #59026A
Text Example
Text Example
White with #59026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59026A; }
p { color: rgb(89,2,106); }
H1.HeaderClassName
{
color: #59026A;
}
.AnyTagClassName
{
color: #59026A;
}
</style>
background-color css
<style>
a { background-color: #59026A; }
a { background-color: rgb(89,2,106); }
div.DivClassName
{
background-color: #59026A;
}
.BgClassName
{
background-color: #59026A;
}
</style>
border-color css
<style>
span { border-color: #59026A; }
span { border-color: rgb(89,2,106); }
td.TdClassName
{
border-color: #59026A;
}
.TagClassName
{
border-color: #59026A;
}
</style>