Shades of Indigo #5E178F
Tints of Indigo #5E178F
RGB
CMYK
RGB Variations
Color information
#5E178F (or 0x5E178F) is known color: Indigo. HEX triplet: 5E, 17 and 8F. RGB value is (94,23,143). Sum of RGB (Red+Green+Blue) = 94+23+143=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E178F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E178F is #A1E870. Grayscale: #393939. Windows color (decimal): -10610801 or 9377630. OLE color: 9377630.
HSL color Cylindrical-coordinate representation of color #5E178F: hue angle of 275.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E178F is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 23 | 143 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.44 |
| HSL | 275.5º | 0.72% | 0.33% | - |
| HSV(B) | 275.5º | 0.84% | 0.56% | - |
| XYZ | 9.88 | 4.98 | 26.43 | - |
| YUV | 57.91 | 176.02 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 143 | 0.34 | 0.84 | 0 | 0.44 | 275.5 | 0.72 | 0.33 |
| Hex | 5E | 17 | 8F | 22 | 54 | 0 | 2C | 114 | 48 | 21 |
| Octal | 136 | 27 | 217 | 42 | 124 | 0 | 54 | 424 | 110 | 41 |
| Binary | 1011110 | 10111 | 10001111 | 100010 | 1010100 | 0 | 101100 | 100010100 | 1001000 | 100001 |
Color Harmonies of #5E178F
Complementary color
Monochromatic Colors of #5E178F
Black with #5E178F
Text Example
Text Example
White with #5E178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E178F; }
p { color: rgb(94,23,143); }
H1.HeaderClassName
{
color: #5E178F;
}
.AnyTagClassName
{
color: #5E178F;
}
</style>
background-color css
<style>
a { background-color: #5E178F; }
a { background-color: rgb(94,23,143); }
div.DivClassName
{
background-color: #5E178F;
}
.BgClassName
{
background-color: #5E178F;
}
</style>
border-color css
<style>
span { border-color: #5E178F; }
span { border-color: rgb(94,23,143); }
td.TdClassName
{
border-color: #5E178F;
}
.TagClassName
{
border-color: #5E178F;
}
</style>