Shades of Indigo #59069E
Tints of Indigo #59069E
RGB
CMYK
RGB Variations
Color information
#59069E (or 0x59069E) is known color: Indigo. HEX triplet: 59, 06 and 9E. RGB value is (89,6,158). Sum of RGB (Red+Green+Blue) = 89+6+158=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #59069E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59069E is #A6F961. Grayscale: #2F2F2F. Windows color (decimal): -10942818 or 10356313. OLE color: 10356313.
HSL color Cylindrical-coordinate representation of color #59069E: hue angle of 272.76º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59069E is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 6 | 158 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.38 |
| HSL | 272.76º | 0.93% | 0.32% | - |
| HSV(B) | 272.76º | 0.96% | 0.62% | - |
| XYZ | 10.36 | 4.72 | 32.71 | - |
| YUV | 48.15 | 190 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 6 | 158 | 0.44 | 0.96 | 0 | 0.38 | 272.76 | 0.93 | 0.32 |
| Hex | 59 | 6 | 9E | 2C | 60 | 0 | 26 | 111 | 5D | 20 |
| Octal | 131 | 6 | 236 | 54 | 140 | 0 | 46 | 421 | 135 | 40 |
| Binary | 1011001 | 110 | 10011110 | 101100 | 1100000 | 0 | 100110 | 100010001 | 1011101 | 100000 |
Color Harmonies of #59069E
Complementary color
Monochromatic Colors of #59069E
Black with #59069E
Text Example
Text Example
White with #59069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59069E; }
p { color: rgb(89,6,158); }
H1.HeaderClassName
{
color: #59069E;
}
.AnyTagClassName
{
color: #59069E;
}
</style>
background-color css
<style>
a { background-color: #59069E; }
a { background-color: rgb(89,6,158); }
div.DivClassName
{
background-color: #59069E;
}
.BgClassName
{
background-color: #59069E;
}
</style>
border-color css
<style>
span { border-color: #59069E; }
span { border-color: rgb(89,6,158); }
td.TdClassName
{
border-color: #59069E;
}
.TagClassName
{
border-color: #59069E;
}
</style>