Shades of Electric Indigo #5E07EB
Tints of Electric Indigo #5E07EB
RGB
CMYK
RGB Variations
Color information
#5E07EB (or 0x5E07EB) is known color: Electric Indigo. HEX triplet: 5E, 07 and EB. RGB value is (94,7,235). Sum of RGB (Red+Green+Blue) = 94+7+235=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E07EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E07EB is #A1F814. Grayscale: #3A3A3A. Windows color (decimal): -10614805 or 15402846. OLE color: 15402846.
HSL color Cylindrical-coordinate representation of color #5E07EB: hue angle of 262.89º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E07EB is Cyan = 0.6, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 7 | 235 | - |
| CMYK | 0.6 | 0.97 | 0 | 0.08 |
| HSL | 262.89º | 0.94% | 0.47% | - |
| HSV(B) | 262.89º | 0.97% | 0.92% | - |
| XYZ | 19.69 | 8.53 | 79.21 | - |
| YUV | 59.01 | 227.32 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 235 | 0.6 | 0.97 | 0 | 0.08 | 262.89 | 0.94 | 0.47 |
| Hex | 5E | 7 | EB | 3C | 61 | 0 | 8 | 107 | 5E | 2F |
| Octal | 136 | 7 | 353 | 74 | 141 | 0 | 10 | 407 | 136 | 57 |
| Binary | 1011110 | 111 | 11101011 | 111100 | 1100001 | 0 | 1000 | 100000111 | 1011110 | 101111 |
Color Harmonies of #5E07EB
Complementary color
Monochromatic Colors of #5E07EB
Black with #5E07EB
Text Example
Text Example
White with #5E07EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E07EB; }
p { color: rgb(94,7,235); }
H1.HeaderClassName
{
color: #5E07EB;
}
.AnyTagClassName
{
color: #5E07EB;
}
</style>
background-color css
<style>
a { background-color: #5E07EB; }
a { background-color: rgb(94,7,235); }
div.DivClassName
{
background-color: #5E07EB;
}
.BgClassName
{
background-color: #5E07EB;
}
</style>
border-color css
<style>
span { border-color: #5E07EB; }
span { border-color: rgb(94,7,235); }
td.TdClassName
{
border-color: #5E07EB;
}
.TagClassName
{
border-color: #5E07EB;
}
</style>