Shades of Indigo #59157D
Tints of Indigo #59157D
RGB
CMYK
RGB Variations
Color information
#59157D (or 0x59157D) is known color: Indigo. HEX triplet: 59, 15 and 7D. RGB value is (89,21,125). Sum of RGB (Red+Green+Blue) = 89+21+125=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #59157D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59157D is #A6EA82. Grayscale: #343434. Windows color (decimal): -10939011 or 8197465. OLE color: 8197465.
HSL color Cylindrical-coordinate representation of color #59157D: hue angle of 279.23º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59157D is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 21 | 125 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.51 |
| HSL | 279.23º | 0.71% | 0.29% | - |
| HSV(B) | 279.23º | 0.83% | 0.49% | - |
| XYZ | 8.09 | 4.14 | 19.77 | - |
| YUV | 53.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 125 | 0.29 | 0.83 | 0 | 0.51 | 279.23 | 0.71 | 0.29 |
| Hex | 59 | 15 | 7D | 1D | 53 | 0 | 33 | 117 | 47 | 1D |
| Octal | 131 | 25 | 175 | 35 | 123 | 0 | 63 | 427 | 107 | 35 |
| Binary | 1011001 | 10101 | 1111101 | 11101 | 1010011 | 0 | 110011 | 100010111 | 1000111 | 11101 |
Color Harmonies of #59157D
Complementary color
Monochromatic Colors of #59157D
Black with #59157D
Text Example
Text Example
White with #59157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59157D; }
p { color: rgb(89,21,125); }
H1.HeaderClassName
{
color: #59157D;
}
.AnyTagClassName
{
color: #59157D;
}
</style>
background-color css
<style>
a { background-color: #59157D; }
a { background-color: rgb(89,21,125); }
div.DivClassName
{
background-color: #59157D;
}
.BgClassName
{
background-color: #59157D;
}
</style>
border-color css
<style>
span { border-color: #59157D; }
span { border-color: rgb(89,21,125); }
td.TdClassName
{
border-color: #59157D;
}
.TagClassName
{
border-color: #59157D;
}
</style>