Shades of Electric Indigo #5E0BE6
Tints of Electric Indigo #5E0BE6
RGB
CMYK
RGB Variations
Color information
#5E0BE6 (or 0x5E0BE6) is known color: Electric Indigo. HEX triplet: 5E, 0B and E6. RGB value is (94,11,230). Sum of RGB (Red+Green+Blue) = 94+11+230=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 230 (90.23% from 255 or 68.66% from 335); Max value from RGB is 230 - color contains mainly: blue. Hex color #5E0BE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0BE6 is #A1F419. Grayscale: #3B3B3B. Windows color (decimal): -10613786 or 15076190. OLE color: 15076190.
HSL color Cylindrical-coordinate representation of color #5E0BE6: hue angle of 262.74º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0BE6 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 11 | 230 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.10 |
| HSL | 262.74º | 0.91% | 0.47% | - |
| HSV(B) | 262.74º | 0.95% | 0.9% | - |
| XYZ | 19.02 | 8.33 | 75.47 | - |
| YUV | 60.78 | 223.5 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 11 | 230 | 0.59 | 0.95 | 0 | 0.10 | 262.74 | 0.91 | 0.47 |
| Hex | 5E | B | E6 | 3B | 5F | 0 | A | 107 | 5B | 2F |
| Octal | 136 | 13 | 346 | 73 | 137 | 0 | 12 | 407 | 133 | 57 |
| Binary | 1011110 | 1011 | 11100110 | 111011 | 1011111 | 0 | 1010 | 100000111 | 1011011 | 101111 |
Color Harmonies of #5E0BE6
Complementary color
Monochromatic Colors of #5E0BE6
Black with #5E0BE6
Text Example
Text Example
White with #5E0BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0BE6; }
p { color: rgb(94,11,230); }
H1.HeaderClassName
{
color: #5E0BE6;
}
.AnyTagClassName
{
color: #5E0BE6;
}
</style>
background-color css
<style>
a { background-color: #5E0BE6; }
a { background-color: rgb(94,11,230); }
div.DivClassName
{
background-color: #5E0BE6;
}
.BgClassName
{
background-color: #5E0BE6;
}
</style>
border-color css
<style>
span { border-color: #5E0BE6; }
span { border-color: rgb(94,11,230); }
td.TdClassName
{
border-color: #5E0BE6;
}
.TagClassName
{
border-color: #5E0BE6;
}
</style>