Shades of Indigo #5E179D
Tints of Indigo #5E179D
RGB
CMYK
RGB Variations
Color information
#5E179D (or 0x5E179D) is known color: Indigo. HEX triplet: 5E, 17 and 9D. RGB value is (94,23,157). Sum of RGB (Red+Green+Blue) = 94+23+157=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E179D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E179D is #A1E862. Grayscale: #3B3B3B. Windows color (decimal): -10610787 or 10295134. OLE color: 10295134.
HSL color Cylindrical-coordinate representation of color #5E179D: hue angle of 271.79º degrees, saturation: 0.74, 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 #5E179D is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 23 | 157 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.38 |
| HSL | 271.79º | 0.74% | 0.35% | - |
| HSV(B) | 271.79º | 0.85% | 0.62% | - |
| XYZ | 11.01 | 5.43 | 32.37 | - |
| YUV | 59.51 | 183.02 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 157 | 0.40 | 0.85 | 0 | 0.38 | 271.79 | 0.74 | 0.35 |
| Hex | 5E | 17 | 9D | 28 | 55 | 0 | 26 | 110 | 4A | 23 |
| Octal | 136 | 27 | 235 | 50 | 125 | 0 | 46 | 420 | 112 | 43 |
| Binary | 1011110 | 10111 | 10011101 | 101000 | 1010101 | 0 | 100110 | 100010000 | 1001010 | 100011 |
Color Harmonies of #5E179D
Complementary color
Monochromatic Colors of #5E179D
Black with #5E179D
Text Example
Text Example
White with #5E179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E179D; }
p { color: rgb(94,23,157); }
H1.HeaderClassName
{
color: #5E179D;
}
.AnyTagClassName
{
color: #5E179D;
}
</style>
background-color css
<style>
a { background-color: #5E179D; }
a { background-color: rgb(94,23,157); }
div.DivClassName
{
background-color: #5E179D;
}
.BgClassName
{
background-color: #5E179D;
}
</style>
border-color css
<style>
span { border-color: #5E179D; }
span { border-color: rgb(94,23,157); }
td.TdClassName
{
border-color: #5E179D;
}
.TagClassName
{
border-color: #5E179D;
}
</style>