Shades of Indigo #5E179C
Tints of Indigo #5E179C
RGB
CMYK
RGB Variations
Color information
#5E179C (or 0x5E179C) is known color: Indigo. HEX triplet: 5E, 17 and 9C. RGB value is (94,23,156). Sum of RGB (Red+Green+Blue) = 94+23+156=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E179C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E179C is #A1E863. Grayscale: #3A3A3A. Windows color (decimal): -10610788 or 10229598. OLE color: 10229598.
HSL color Cylindrical-coordinate representation of color #5E179C: hue angle of 272.03º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E179C is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 23 | 156 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.39 |
| HSL | 272.03º | 0.74% | 0.35% | - |
| HSV(B) | 272.03º | 0.85% | 0.61% | - |
| XYZ | 10.92 | 5.39 | 31.92 | - |
| YUV | 59.39 | 182.52 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 156 | 0.40 | 0.85 | 0 | 0.39 | 272.03 | 0.74 | 0.35 |
| Hex | 5E | 17 | 9C | 28 | 55 | 0 | 27 | 110 | 4A | 23 |
| Octal | 136 | 27 | 234 | 50 | 125 | 0 | 47 | 420 | 112 | 43 |
| Binary | 1011110 | 10111 | 10011100 | 101000 | 1010101 | 0 | 100111 | 100010000 | 1001010 | 100011 |
Color Harmonies of #5E179C
Complementary color
Monochromatic Colors of #5E179C
Black with #5E179C
Text Example
Text Example
White with #5E179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E179C; }
p { color: rgb(94,23,156); }
H1.HeaderClassName
{
color: #5E179C;
}
.AnyTagClassName
{
color: #5E179C;
}
</style>
background-color css
<style>
a { background-color: #5E179C; }
a { background-color: rgb(94,23,156); }
div.DivClassName
{
background-color: #5E179C;
}
.BgClassName
{
background-color: #5E179C;
}
</style>
border-color css
<style>
span { border-color: #5E179C; }
span { border-color: rgb(94,23,156); }
td.TdClassName
{
border-color: #5E179C;
}
.TagClassName
{
border-color: #5E179C;
}
</style>