Shades of Indigo #59008D
Tints of Indigo #59008D
RGB
CMYK
RGB Variations
Color information
#59008D (or 0x59008D) is known color: Indigo. HEX triplet: 59, 00 and 8D. RGB value is (89,0,141). Sum of RGB (Red+Green+Blue) = 89+0+141=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #59008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59008D is #A6FF72. Grayscale: #2A2A2A. Windows color (decimal): -10944371 or 9240665. OLE color: 9240665.
HSL color Cylindrical-coordinate representation of color #59008D: hue angle of 277.87º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59008D is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 0 | 141 | - |
| CMYK | 0.37 | 1 | 0 | 0.45 |
| HSL | 277.87º | 1% | 0.28% | - |
| HSV(B) | 277.87º | 1% | 0.55% | - |
| XYZ | 8.93 | 4.05 | 25.51 | - |
| YUV | 42.69 | 183.49 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 141 | 0.37 | 1 | 0 | 0.45 | 277.87 | 1 | 0.28 |
| Hex | 59 | 0 | 8D | 25 | 64 | 0 | 2D | 116 | 64 | 1C |
| Octal | 131 | 0 | 215 | 45 | 144 | 0 | 55 | 426 | 144 | 34 |
| Binary | 1011001 | 0 | 10001101 | 100101 | 1100100 | 0 | 101101 | 100010110 | 1100100 | 11100 |
Color Harmonies of #59008D
Complementary color
Monochromatic Colors of #59008D
Black with #59008D
Text Example
Text Example
White with #59008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59008D; }
p { color: rgb(89,0,141); }
H1.HeaderClassName
{
color: #59008D;
}
.AnyTagClassName
{
color: #59008D;
}
</style>
background-color css
<style>
a { background-color: #59008D; }
a { background-color: rgb(89,0,141); }
div.DivClassName
{
background-color: #59008D;
}
.BgClassName
{
background-color: #59008D;
}
</style>
border-color css
<style>
span { border-color: #59008D; }
span { border-color: rgb(89,0,141); }
td.TdClassName
{
border-color: #59008D;
}
.TagClassName
{
border-color: #59008D;
}
</style>