Shades of Indigo #59177C
Tints of Indigo #59177C
RGB
CMYK
RGB Variations
Color information
#59177C (or 0x59177C) is known color: Indigo. HEX triplet: 59, 17 and 7C. RGB value is (89,23,124). Sum of RGB (Red+Green+Blue) = 89+23+124=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #59177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59177C is #A6E883. Grayscale: #353535. Windows color (decimal): -10938500 or 8132441. OLE color: 8132441.
HSL color Cylindrical-coordinate representation of color #59177C: hue angle of 279.21º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59177C is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 23 | 124 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.51 |
| HSL | 279.21º | 0.69% | 0.29% | - |
| HSV(B) | 279.21º | 0.81% | 0.49% | - |
| XYZ | 8.06 | 4.19 | 19.45 | - |
| YUV | 54.25 | 167.37 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 124 | 0.28 | 0.81 | 0 | 0.51 | 279.21 | 0.69 | 0.29 |
| Hex | 59 | 17 | 7C | 1C | 51 | 0 | 33 | 117 | 45 | 1D |
| Octal | 131 | 27 | 174 | 34 | 121 | 0 | 63 | 427 | 105 | 35 |
| Binary | 1011001 | 10111 | 1111100 | 11100 | 1010001 | 0 | 110011 | 100010111 | 1000101 | 11101 |
Color Harmonies of #59177C
Complementary color
Monochromatic Colors of #59177C
Black with #59177C
Text Example
Text Example
White with #59177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59177C; }
p { color: rgb(89,23,124); }
H1.HeaderClassName
{
color: #59177C;
}
.AnyTagClassName
{
color: #59177C;
}
</style>
background-color css
<style>
a { background-color: #59177C; }
a { background-color: rgb(89,23,124); }
div.DivClassName
{
background-color: #59177C;
}
.BgClassName
{
background-color: #59177C;
}
</style>
border-color css
<style>
span { border-color: #59177C; }
span { border-color: rgb(89,23,124); }
td.TdClassName
{
border-color: #59177C;
}
.TagClassName
{
border-color: #59177C;
}
</style>