Shades of Electric Indigo #5E0BE7
Tints of Electric Indigo #5E0BE7
RGB
CMYK
RGB Variations
Color information
#5E0BE7 (or 0x5E0BE7) is known color: Electric Indigo. HEX triplet: 5E, 0B and E7. RGB value is (94,11,231). Sum of RGB (Red+Green+Blue) = 94+11+231=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 231 (90.62% from 255 or 68.75% from 336); Max value from RGB is 231 - color contains mainly: blue. Hex color #5E0BE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0BE7 is #A1F418. Grayscale: #3C3C3C. Windows color (decimal): -10613785 or 15141726. OLE color: 15141726.
HSL color Cylindrical-coordinate representation of color #5E0BE7: hue angle of 262.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0BE7 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 11 | 231 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.09 |
| HSL | 262.64º | 0.91% | 0.47% | - |
| HSV(B) | 262.64º | 0.95% | 0.91% | - |
| XYZ | 19.16 | 8.39 | 76.21 | - |
| YUV | 60.9 | 224 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 11 | 231 | 0.59 | 0.95 | 0 | 0.09 | 262.64 | 0.91 | 0.47 |
| Hex | 5E | B | E7 | 3B | 5F | 0 | 9 | 107 | 5B | 2F |
| Octal | 136 | 13 | 347 | 73 | 137 | 0 | 11 | 407 | 133 | 57 |
| Binary | 1011110 | 1011 | 11100111 | 111011 | 1011111 | 0 | 1001 | 100000111 | 1011011 | 101111 |
Color Harmonies of #5E0BE7
Complementary color
Monochromatic Colors of #5E0BE7
Black with #5E0BE7
Text Example
Text Example
White with #5E0BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0BE7; }
p { color: rgb(94,11,231); }
H1.HeaderClassName
{
color: #5E0BE7;
}
.AnyTagClassName
{
color: #5E0BE7;
}
</style>
background-color css
<style>
a { background-color: #5E0BE7; }
a { background-color: rgb(94,11,231); }
div.DivClassName
{
background-color: #5E0BE7;
}
.BgClassName
{
background-color: #5E0BE7;
}
</style>
border-color css
<style>
span { border-color: #5E0BE7; }
span { border-color: rgb(94,11,231); }
td.TdClassName
{
border-color: #5E0BE7;
}
.TagClassName
{
border-color: #5E0BE7;
}
</style>