Shades of Indigo #59158D
Tints of Indigo #59158D
RGB
CMYK
RGB Variations
Color information
#59158D (or 0x59158D) is known color: Indigo. HEX triplet: 59, 15 and 8D. RGB value is (89,21,141). Sum of RGB (Red+Green+Blue) = 89+21+141=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #59158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59158D is #A6EA72. Grayscale: #363636. Windows color (decimal): -10938995 or 9246041. OLE color: 9246041.
HSL color Cylindrical-coordinate representation of color #59158D: hue angle of 274º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59158D is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 21 | 141 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.45 |
| HSL | 274º | 0.74% | 0.32% | - |
| HSV(B) | 274º | 0.85% | 0.55% | - |
| XYZ | 9.2 | 4.58 | 25.6 | - |
| YUV | 55.01 | 176.53 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 141 | 0.37 | 0.85 | 0 | 0.45 | 274 | 0.74 | 0.32 |
| Hex | 59 | 15 | 8D | 25 | 55 | 0 | 2D | 112 | 4A | 20 |
| Octal | 131 | 25 | 215 | 45 | 125 | 0 | 55 | 422 | 112 | 40 |
| Binary | 1011001 | 10101 | 10001101 | 100101 | 1010101 | 0 | 101101 | 100010010 | 1001010 | 100000 |
Color Harmonies of #59158D
Complementary color
Monochromatic Colors of #59158D
Black with #59158D
Text Example
Text Example
White with #59158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59158D; }
p { color: rgb(89,21,141); }
H1.HeaderClassName
{
color: #59158D;
}
.AnyTagClassName
{
color: #59158D;
}
</style>
background-color css
<style>
a { background-color: #59158D; }
a { background-color: rgb(89,21,141); }
div.DivClassName
{
background-color: #59158D;
}
.BgClassName
{
background-color: #59158D;
}
</style>
border-color css
<style>
span { border-color: #59158D; }
span { border-color: rgb(89,21,141); }
td.TdClassName
{
border-color: #59158D;
}
.TagClassName
{
border-color: #59158D;
}
</style>