Shades of Indigo #5E179B
Tints of Indigo #5E179B
RGB
CMYK
RGB Variations
Color information
#5E179B (or 0x5E179B) is known color: Indigo. HEX triplet: 5E, 17 and 9B. RGB value is (94,23,155). Sum of RGB (Red+Green+Blue) = 94+23+155=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E179B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E179B is #A1E864. Grayscale: #3A3A3A. Windows color (decimal): -10610789 or 10164062. OLE color: 10164062.
HSL color Cylindrical-coordinate representation of color #5E179B: hue angle of 272.27º 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 #5E179B is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 23 | 155 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.39 |
| HSL | 272.27º | 0.74% | 0.35% | - |
| HSV(B) | 272.27º | 0.85% | 0.61% | - |
| XYZ | 10.84 | 5.36 | 31.47 | - |
| YUV | 59.28 | 182.02 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 155 | 0.39 | 0.85 | 0 | 0.39 | 272.27 | 0.74 | 0.35 |
| Hex | 5E | 17 | 9B | 27 | 55 | 0 | 27 | 110 | 4A | 23 |
| Octal | 136 | 27 | 233 | 47 | 125 | 0 | 47 | 420 | 112 | 43 |
| Binary | 1011110 | 10111 | 10011011 | 100111 | 1010101 | 0 | 100111 | 100010000 | 1001010 | 100011 |
Color Harmonies of #5E179B
Complementary color
Monochromatic Colors of #5E179B
Black with #5E179B
Text Example
Text Example
White with #5E179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E179B; }
p { color: rgb(94,23,155); }
H1.HeaderClassName
{
color: #5E179B;
}
.AnyTagClassName
{
color: #5E179B;
}
</style>
background-color css
<style>
a { background-color: #5E179B; }
a { background-color: rgb(94,23,155); }
div.DivClassName
{
background-color: #5E179B;
}
.BgClassName
{
background-color: #5E179B;
}
</style>
border-color css
<style>
span { border-color: #5E179B; }
span { border-color: rgb(94,23,155); }
td.TdClassName
{
border-color: #5E179B;
}
.TagClassName
{
border-color: #5E179B;
}
</style>