Shades of Indigo #5D119E
Tints of Indigo #5D119E
RGB
CMYK
RGB Variations
Color information
#5D119E (or 0x5D119E) is known color: Indigo. HEX triplet: 5D, 11 and 9E. RGB value is (93,17,158). Sum of RGB (Red+Green+Blue) = 93+17+158=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D119E is #A2EE61. Grayscale: #373737. Windows color (decimal): -10677858 or 10359133. OLE color: 10359133.
HSL color Cylindrical-coordinate representation of color #5D119E: hue angle of 272.34º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D119E is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 17 | 158 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.38 |
| HSL | 272.34º | 0.81% | 0.34% | - |
| HSV(B) | 272.34º | 0.89% | 0.62% | - |
| XYZ | 10.89 | 5.2 | 32.78 | - |
| YUV | 55.8 | 185.68 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 158 | 0.41 | 0.89 | 0 | 0.38 | 272.34 | 0.81 | 0.34 |
| Hex | 5D | 11 | 9E | 29 | 59 | 0 | 26 | 110 | 51 | 22 |
| Octal | 135 | 21 | 236 | 51 | 131 | 0 | 46 | 420 | 121 | 42 |
| Binary | 1011101 | 10001 | 10011110 | 101001 | 1011001 | 0 | 100110 | 100010000 | 1010001 | 100010 |
Color Harmonies of #5D119E
Complementary color
Monochromatic Colors of #5D119E
Black with #5D119E
Text Example
Text Example
White with #5D119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D119E; }
p { color: rgb(93,17,158); }
H1.HeaderClassName
{
color: #5D119E;
}
.AnyTagClassName
{
color: #5D119E;
}
</style>
background-color css
<style>
a { background-color: #5D119E; }
a { background-color: rgb(93,17,158); }
div.DivClassName
{
background-color: #5D119E;
}
.BgClassName
{
background-color: #5D119E;
}
</style>
border-color css
<style>
span { border-color: #5D119E; }
span { border-color: rgb(93,17,158); }
td.TdClassName
{
border-color: #5D119E;
}
.TagClassName
{
border-color: #5D119E;
}
</style>