Shades of Indigo #5E179A
Tints of Indigo #5E179A
RGB
CMYK
RGB Variations
Color information
#5E179A (or 0x5E179A) is known color: Indigo. HEX triplet: 5E, 17 and 9A. RGB value is (94,23,154). Sum of RGB (Red+Green+Blue) = 94+23+154=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E179A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E179A is #A1E865. Grayscale: #3A3A3A. Windows color (decimal): -10610790 or 10098526. OLE color: 10098526.
HSL color Cylindrical-coordinate representation of color #5E179A: hue angle of 272.52º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E179A is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 23 | 154 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.40 |
| HSL | 272.52º | 0.74% | 0.35% | - |
| HSV(B) | 272.52º | 0.85% | 0.6% | - |
| XYZ | 10.76 | 5.33 | 31.03 | - |
| YUV | 59.16 | 181.52 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 154 | 0.39 | 0.85 | 0 | 0.40 | 272.52 | 0.74 | 0.35 |
| Hex | 5E | 17 | 9A | 27 | 55 | 0 | 28 | 111 | 4A | 23 |
| Octal | 136 | 27 | 232 | 47 | 125 | 0 | 50 | 421 | 112 | 43 |
| Binary | 1011110 | 10111 | 10011010 | 100111 | 1010101 | 0 | 101000 | 100010001 | 1001010 | 100011 |
Color Harmonies of #5E179A
Complementary color
Monochromatic Colors of #5E179A
Black with #5E179A
Text Example
Text Example
White with #5E179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E179A; }
p { color: rgb(94,23,154); }
H1.HeaderClassName
{
color: #5E179A;
}
.AnyTagClassName
{
color: #5E179A;
}
</style>
background-color css
<style>
a { background-color: #5E179A; }
a { background-color: rgb(94,23,154); }
div.DivClassName
{
background-color: #5E179A;
}
.BgClassName
{
background-color: #5E179A;
}
</style>
border-color css
<style>
span { border-color: #5E179A; }
span { border-color: rgb(94,23,154); }
td.TdClassName
{
border-color: #5E179A;
}
.TagClassName
{
border-color: #5E179A;
}
</style>