Shades of Electric Indigo #5E07E6
Tints of Electric Indigo #5E07E6
RGB
CMYK
RGB Variations
Color information
#5E07E6 (or 0x5E07E6) is known color: Electric Indigo. HEX triplet: 5E, 07 and E6. RGB value is (94,7,230). Sum of RGB (Red+Green+Blue) = 94+7+230=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 230 (90.23% from 255 or 69.49% from 331); Max value from RGB is 230 - color contains mainly: blue. Hex color #5E07E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E07E6 is #A1F819. Grayscale: #393939. Windows color (decimal): -10614810 or 15075166. OLE color: 15075166.
HSL color Cylindrical-coordinate representation of color #5E07E6: hue angle of 263.41º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E07E6 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 94 | 7 | 230 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.10 |
| HSL | 263.41º | 0.94% | 0.46% | - |
| HSV(B) | 263.41º | 0.97% | 0.9% | - |
| XYZ | 18.98 | 8.24 | 75.45 | - |
| YUV | 58.44 | 224.82 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 230 | 0.59 | 0.97 | 0 | 0.10 | 263.41 | 0.94 | 0.46 |
| Hex | 5E | 7 | E6 | 3B | 61 | 0 | A | 107 | 5E | 2E |
| Octal | 136 | 7 | 346 | 73 | 141 | 0 | 12 | 407 | 136 | 56 |
| Binary | 1011110 | 111 | 11100110 | 111011 | 1100001 | 0 | 1010 | 100000111 | 1011110 | 101110 |
Color Harmonies of #5E07E6
Complementary color
Monochromatic Colors of #5E07E6
Black with #5E07E6
Text Example
Text Example
White with #5E07E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E07E6; }
p { color: rgb(94,7,230); }
H1.HeaderClassName
{
color: #5E07E6;
}
.AnyTagClassName
{
color: #5E07E6;
}
</style>
background-color css
<style>
a { background-color: #5E07E6; }
a { background-color: rgb(94,7,230); }
div.DivClassName
{
background-color: #5E07E6;
}
.BgClassName
{
background-color: #5E07E6;
}
</style>
border-color css
<style>
span { border-color: #5E07E6; }
span { border-color: rgb(94,7,230); }
td.TdClassName
{
border-color: #5E07E6;
}
.TagClassName
{
border-color: #5E07E6;
}
</style>