Shades of Indigo #5E179E
Tints of Indigo #5E179E
RGB
CMYK
RGB Variations
Color information
#5E179E (or 0x5E179E) is known color: Indigo. HEX triplet: 5E, 17 and 9E. RGB value is (94,23,158). Sum of RGB (Red+Green+Blue) = 94+23+158=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E179E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E179E is #A1E861. Grayscale: #3B3B3B. Windows color (decimal): -10610786 or 10360670. OLE color: 10360670.
HSL color Cylindrical-coordinate representation of color #5E179E: hue angle of 271.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E179E is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 23 | 158 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.38 |
| HSL | 271.56º | 0.75% | 0.35% | - |
| HSV(B) | 271.56º | 0.85% | 0.62% | - |
| XYZ | 11.09 | 5.46 | 32.82 | - |
| YUV | 59.62 | 183.52 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 158 | 0.41 | 0.85 | 0 | 0.38 | 271.56 | 0.75 | 0.35 |
| Hex | 5E | 17 | 9E | 29 | 55 | 0 | 26 | 110 | 4B | 23 |
| Octal | 136 | 27 | 236 | 51 | 125 | 0 | 46 | 420 | 113 | 43 |
| Binary | 1011110 | 10111 | 10011110 | 101001 | 1010101 | 0 | 100110 | 100010000 | 1001011 | 100011 |
Color Harmonies of #5E179E
Complementary color
Monochromatic Colors of #5E179E
Black with #5E179E
Text Example
Text Example
White with #5E179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E179E; }
p { color: rgb(94,23,158); }
H1.HeaderClassName
{
color: #5E179E;
}
.AnyTagClassName
{
color: #5E179E;
}
</style>
background-color css
<style>
a { background-color: #5E179E; }
a { background-color: rgb(94,23,158); }
div.DivClassName
{
background-color: #5E179E;
}
.BgClassName
{
background-color: #5E179E;
}
</style>
border-color css
<style>
span { border-color: #5E179E; }
span { border-color: rgb(94,23,158); }
td.TdClassName
{
border-color: #5E179E;
}
.TagClassName
{
border-color: #5E179E;
}
</style>