Shades of Indigo #59116D
Tints of Indigo #59116D
RGB
CMYK
RGB Variations
Color information
#59116D (or 0x59116D) is known color: Indigo. HEX triplet: 59, 11 and 6D. RGB value is (89,17,109). Sum of RGB (Red+Green+Blue) = 89+17+109=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #59116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59116D is #A6EE92. Grayscale: #303030. Windows color (decimal): -10940051 or 7147865. OLE color: 7147865.
HSL color Cylindrical-coordinate representation of color #59116D: hue angle of 286.96º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59116D is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 17 | 109 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.57 |
| HSL | 286.96º | 0.73% | 0.25% | - |
| HSV(B) | 286.96º | 0.84% | 0.43% | - |
| XYZ | 7.08 | 3.63 | 14.8 | - |
| YUV | 49.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 109 | 0.18 | 0.84 | 0 | 0.57 | 286.96 | 0.73 | 0.25 |
| Hex | 59 | 11 | 6D | 12 | 54 | 0 | 39 | 11F | 49 | 19 |
| Octal | 131 | 21 | 155 | 22 | 124 | 0 | 71 | 437 | 111 | 31 |
| Binary | 1011001 | 10001 | 1101101 | 10010 | 1010100 | 0 | 111001 | 100011111 | 1001001 | 11001 |
Color Harmonies of #59116D
Complementary color
Monochromatic Colors of #59116D
Black with #59116D
Text Example
Text Example
White with #59116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59116D; }
p { color: rgb(89,17,109); }
H1.HeaderClassName
{
color: #59116D;
}
.AnyTagClassName
{
color: #59116D;
}
</style>
background-color css
<style>
a { background-color: #59116D; }
a { background-color: rgb(89,17,109); }
div.DivClassName
{
background-color: #59116D;
}
.BgClassName
{
background-color: #59116D;
}
</style>
border-color css
<style>
span { border-color: #59116D; }
span { border-color: rgb(89,17,109); }
td.TdClassName
{
border-color: #59116D;
}
.TagClassName
{
border-color: #59116D;
}
</style>