Shades of Indigo #59157C
Tints of Indigo #59157C
RGB
CMYK
RGB Variations
Color information
#59157C (or 0x59157C) is known color: Indigo. HEX triplet: 59, 15 and 7C. RGB value is (89,21,124). Sum of RGB (Red+Green+Blue) = 89+21+124=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #59157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59157C is #A6EA83. Grayscale: #343434. Windows color (decimal): -10939012 or 8131929. OLE color: 8131929.
HSL color Cylindrical-coordinate representation of color #59157C: hue angle of 279.61º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59157C is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 21 | 124 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.51 |
| HSL | 279.61º | 0.71% | 0.28% | - |
| HSV(B) | 279.61º | 0.83% | 0.49% | - |
| XYZ | 8.03 | 4.12 | 19.44 | - |
| YUV | 53.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 124 | 0.28 | 0.83 | 0 | 0.51 | 279.61 | 0.71 | 0.28 |
| Hex | 59 | 15 | 7C | 1C | 53 | 0 | 33 | 118 | 47 | 1C |
| Octal | 131 | 25 | 174 | 34 | 123 | 0 | 63 | 430 | 107 | 34 |
| Binary | 1011001 | 10101 | 1111100 | 11100 | 1010011 | 0 | 110011 | 100011000 | 1000111 | 11100 |
Color Harmonies of #59157C
Complementary color
Monochromatic Colors of #59157C
Black with #59157C
Text Example
Text Example
White with #59157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59157C; }
p { color: rgb(89,21,124); }
H1.HeaderClassName
{
color: #59157C;
}
.AnyTagClassName
{
color: #59157C;
}
</style>
background-color css
<style>
a { background-color: #59157C; }
a { background-color: rgb(89,21,124); }
div.DivClassName
{
background-color: #59157C;
}
.BgClassName
{
background-color: #59157C;
}
</style>
border-color css
<style>
span { border-color: #59157C; }
span { border-color: rgb(89,21,124); }
td.TdClassName
{
border-color: #59157C;
}
.TagClassName
{
border-color: #59157C;
}
</style>