Shades of Indigo #5E118F
Tints of Indigo #5E118F
RGB
CMYK
RGB Variations
Color information
#5E118F (or 0x5E118F) is known color: Indigo. HEX triplet: 5E, 11 and 8F. RGB value is (94,17,143). Sum of RGB (Red+Green+Blue) = 94+17+143=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E118F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E118F is #A1EE70. Grayscale: #353535. Windows color (decimal): -10612337 or 9376094. OLE color: 9376094.
HSL color Cylindrical-coordinate representation of color #5E118F: hue angle of 276.67º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E118F is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 17 | 143 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.44 |
| HSL | 276.67º | 0.79% | 0.31% | - |
| HSV(B) | 276.67º | 0.88% | 0.56% | - |
| XYZ | 9.77 | 4.76 | 26.39 | - |
| YUV | 54.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 143 | 0.34 | 0.88 | 0 | 0.44 | 276.67 | 0.79 | 0.31 |
| Hex | 5E | 11 | 8F | 22 | 58 | 0 | 2C | 115 | 4F | 1F |
| Octal | 136 | 21 | 217 | 42 | 130 | 0 | 54 | 425 | 117 | 37 |
| Binary | 1011110 | 10001 | 10001111 | 100010 | 1011000 | 0 | 101100 | 100010101 | 1001111 | 11111 |
Color Harmonies of #5E118F
Complementary color
Monochromatic Colors of #5E118F
Black with #5E118F
Text Example
Text Example
White with #5E118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E118F; }
p { color: rgb(94,17,143); }
H1.HeaderClassName
{
color: #5E118F;
}
.AnyTagClassName
{
color: #5E118F;
}
</style>
background-color css
<style>
a { background-color: #5E118F; }
a { background-color: rgb(94,17,143); }
div.DivClassName
{
background-color: #5E118F;
}
.BgClassName
{
background-color: #5E118F;
}
</style>
border-color css
<style>
span { border-color: #5E118F; }
span { border-color: rgb(94,17,143); }
td.TdClassName
{
border-color: #5E118F;
}
.TagClassName
{
border-color: #5E118F;
}
</style>