Shades of Electric Indigo #7E05EC
Tints of Electric Indigo #7E05EC
RGB
CMYK
RGB Variations
Color information
#7E05EC (or 0x7E05EC) is known color: Electric Indigo. HEX triplet: 7E, 05 and EC. RGB value is (126,5,236). Sum of RGB (Red+Green+Blue) = 126+5+236=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E05EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E05EC is #81FA13. Grayscale: #424242. Windows color (decimal): -8518164 or 15467902. OLE color: 15467902.
HSL color Cylindrical-coordinate representation of color #7E05EC: hue angle of 271.43º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E05EC is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 5 | 236 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.07 |
| HSL | 271.43º | 0.96% | 0.47% | - |
| HSV(B) | 271.43º | 0.98% | 0.93% | - |
| XYZ | 23.8 | 10.6 | 80.15 | - |
| YUV | 67.51 | 223.09 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 5 | 236 | 0.47 | 0.98 | 0 | 0.07 | 271.43 | 0.96 | 0.47 |
| Hex | 7E | 5 | EC | 2F | 62 | 0 | 7 | 10F | 60 | 2F |
| Octal | 176 | 5 | 354 | 57 | 142 | 0 | 7 | 417 | 140 | 57 |
| Binary | 1111110 | 101 | 11101100 | 101111 | 1100010 | 0 | 111 | 100001111 | 1100000 | 101111 |
Color Harmonies of #7E05EC
Complementary color
Monochromatic Colors of #7E05EC
Black with #7E05EC
Text Example
Text Example
White with #7E05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E05EC; }
p { color: rgb(126,5,236); }
H1.HeaderClassName
{
color: #7E05EC;
}
.AnyTagClassName
{
color: #7E05EC;
}
</style>
background-color css
<style>
a { background-color: #7E05EC; }
a { background-color: rgb(126,5,236); }
div.DivClassName
{
background-color: #7E05EC;
}
.BgClassName
{
background-color: #7E05EC;
}
</style>
border-color css
<style>
span { border-color: #7E05EC; }
span { border-color: rgb(126,5,236); }
td.TdClassName
{
border-color: #7E05EC;
}
.TagClassName
{
border-color: #7E05EC;
}
</style>