Shades of Indigo #5E0E75
Tints of Indigo #5E0E75
RGB
CMYK
RGB Variations
Color information
#5E0E75 (or 0x5E0E75) is known color: Indigo. HEX triplet: 5E, 0E and 75. RGB value is (94,14,117). Sum of RGB (Red+Green+Blue) = 94+14+117=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #5E0E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0E75 is #A1F18A. Grayscale: #313131. Windows color (decimal): -10613131 or 7671390. OLE color: 7671390.
HSL color Cylindrical-coordinate representation of color #5E0E75: hue angle of 286.6º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E0E75 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 14 | 117 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.54 |
| HSL | 286.6º | 0.79% | 0.26% | - |
| HSV(B) | 286.6º | 0.88% | 0.46% | - |
| XYZ | 7.98 | 3.98 | 17.18 | - |
| YUV | 49.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 14 | 117 | 0.20 | 0.88 | 0 | 0.54 | 286.6 | 0.79 | 0.26 |
| Hex | 5E | E | 75 | 14 | 58 | 0 | 36 | 11F | 4F | 1A |
| Octal | 136 | 16 | 165 | 24 | 130 | 0 | 66 | 437 | 117 | 32 |
| Binary | 1011110 | 1110 | 1110101 | 10100 | 1011000 | 0 | 110110 | 100011111 | 1001111 | 11010 |
Color Harmonies of #5E0E75
Complementary color
Monochromatic Colors of #5E0E75
Black with #5E0E75
Text Example
Text Example
White with #5E0E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0E75; }
p { color: rgb(94,14,117); }
H1.HeaderClassName
{
color: #5E0E75;
}
.AnyTagClassName
{
color: #5E0E75;
}
</style>
background-color css
<style>
a { background-color: #5E0E75; }
a { background-color: rgb(94,14,117); }
div.DivClassName
{
background-color: #5E0E75;
}
.BgClassName
{
background-color: #5E0E75;
}
</style>
border-color css
<style>
span { border-color: #5E0E75; }
span { border-color: rgb(94,14,117); }
td.TdClassName
{
border-color: #5E0E75;
}
.TagClassName
{
border-color: #5E0E75;
}
</style>