Shades of Indigo #5E179F
Tints of Indigo #5E179F
RGB
CMYK
RGB Variations
Color information
#5E179F (or 0x5E179F) is known color: Indigo. HEX triplet: 5E, 17 and 9F. RGB value is (94,23,159). Sum of RGB (Red+Green+Blue) = 94+23+159=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E179F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E179F is #A1E860. Grayscale: #3B3B3B. Windows color (decimal): -10610785 or 10426206. OLE color: 10426206.
HSL color Cylindrical-coordinate representation of color #5E179F: hue angle of 271.32º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E179F is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 23 | 159 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.38 |
| HSL | 271.32º | 0.75% | 0.36% | - |
| HSV(B) | 271.32º | 0.86% | 0.62% | - |
| XYZ | 11.18 | 5.5 | 33.27 | - |
| YUV | 59.73 | 184.02 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 159 | 0.41 | 0.86 | 0 | 0.38 | 271.32 | 0.75 | 0.36 |
| Hex | 5E | 17 | 9F | 29 | 56 | 0 | 26 | 10F | 4B | 24 |
| Octal | 136 | 27 | 237 | 51 | 126 | 0 | 46 | 417 | 113 | 44 |
| Binary | 1011110 | 10111 | 10011111 | 101001 | 1010110 | 0 | 100110 | 100001111 | 1001011 | 100100 |
Color Harmonies of #5E179F
Complementary color
Monochromatic Colors of #5E179F
Black with #5E179F
Text Example
Text Example
White with #5E179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E179F; }
p { color: rgb(94,23,159); }
H1.HeaderClassName
{
color: #5E179F;
}
.AnyTagClassName
{
color: #5E179F;
}
</style>
background-color css
<style>
a { background-color: #5E179F; }
a { background-color: rgb(94,23,159); }
div.DivClassName
{
background-color: #5E179F;
}
.BgClassName
{
background-color: #5E179F;
}
</style>
border-color css
<style>
span { border-color: #5E179F; }
span { border-color: rgb(94,23,159); }
td.TdClassName
{
border-color: #5E179F;
}
.TagClassName
{
border-color: #5E179F;
}
</style>