Shades of Indigo #59136D
Tints of Indigo #59136D
RGB
CMYK
RGB Variations
Color information
#59136D (or 0x59136D) is known color: Indigo. HEX triplet: 59, 13 and 6D. RGB value is (89,19,109). Sum of RGB (Red+Green+Blue) = 89+19+109=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #59136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59136D is #A6EC92. Grayscale: #313131. Windows color (decimal): -10939539 or 7148377. OLE color: 7148377.
HSL color Cylindrical-coordinate representation of color #59136D: hue angle of 286.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59136D is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 19 | 109 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.57 |
| HSL | 286.67º | 0.7% | 0.25% | - |
| HSV(B) | 286.67º | 0.83% | 0.43% | - |
| XYZ | 7.11 | 3.69 | 14.81 | - |
| YUV | 50.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 109 | 0.18 | 0.83 | 0 | 0.57 | 286.67 | 0.7 | 0.25 |
| Hex | 59 | 13 | 6D | 12 | 53 | 0 | 39 | 11F | 46 | 19 |
| Octal | 131 | 23 | 155 | 22 | 123 | 0 | 71 | 437 | 106 | 31 |
| Binary | 1011001 | 10011 | 1101101 | 10010 | 1010011 | 0 | 111001 | 100011111 | 1000110 | 11001 |
Color Harmonies of #59136D
Complementary color
Monochromatic Colors of #59136D
Black with #59136D
Text Example
Text Example
White with #59136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59136D; }
p { color: rgb(89,19,109); }
H1.HeaderClassName
{
color: #59136D;
}
.AnyTagClassName
{
color: #59136D;
}
</style>
background-color css
<style>
a { background-color: #59136D; }
a { background-color: rgb(89,19,109); }
div.DivClassName
{
background-color: #59136D;
}
.BgClassName
{
background-color: #59136D;
}
</style>
border-color css
<style>
span { border-color: #59136D; }
span { border-color: rgb(89,19,109); }
td.TdClassName
{
border-color: #59136D;
}
.TagClassName
{
border-color: #59136D;
}
</style>