Shades of Electric Indigo #5E07EF
Tints of Electric Indigo #5E07EF
RGB
CMYK
RGB Variations
Color information
#5E07EF (or 0x5E07EF) is known color: Electric Indigo. HEX triplet: 5E, 07 and EF. RGB value is (94,7,239). Sum of RGB (Red+Green+Blue) = 94+7+239=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E07EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E07EF is #A1F810. Grayscale: #3A3A3A. Windows color (decimal): -10614801 or 15664990. OLE color: 15664990.
HSL color Cylindrical-coordinate representation of color #5E07EF: hue angle of 262.5º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E07EF is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 7 | 239 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.06 |
| HSL | 262.5º | 0.94% | 0.48% | - |
| HSV(B) | 262.5º | 0.97% | 0.94% | - |
| XYZ | 20.27 | 8.76 | 82.28 | - |
| YUV | 59.46 | 229.32 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 239 | 0.61 | 0.97 | 0 | 0.06 | 262.5 | 0.94 | 0.48 |
| Hex | 5E | 7 | EF | 3D | 61 | 0 | 6 | 106 | 5E | 30 |
| Octal | 136 | 7 | 357 | 75 | 141 | 0 | 6 | 406 | 136 | 60 |
| Binary | 1011110 | 111 | 11101111 | 111101 | 1100001 | 0 | 110 | 100000110 | 1011110 | 110000 |
Color Harmonies of #5E07EF
Complementary color
Monochromatic Colors of #5E07EF
Black with #5E07EF
Text Example
Text Example
White with #5E07EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E07EF; }
p { color: rgb(94,7,239); }
H1.HeaderClassName
{
color: #5E07EF;
}
.AnyTagClassName
{
color: #5E07EF;
}
</style>
background-color css
<style>
a { background-color: #5E07EF; }
a { background-color: rgb(94,7,239); }
div.DivClassName
{
background-color: #5E07EF;
}
.BgClassName
{
background-color: #5E07EF;
}
</style>
border-color css
<style>
span { border-color: #5E07EF; }
span { border-color: rgb(94,7,239); }
td.TdClassName
{
border-color: #5E07EF;
}
.TagClassName
{
border-color: #5E07EF;
}
</style>