Shades of Electric Indigo #7E04EA
Tints of Electric Indigo #7E04EA
RGB
CMYK
RGB Variations
Color information
#7E04EA (or 0x7E04EA) is known color: Electric Indigo. HEX triplet: 7E, 04 and EA. RGB value is (126,4,234). Sum of RGB (Red+Green+Blue) = 126+4+234=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E04EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E04EA is #81FB15. Grayscale: #414141. Windows color (decimal): -8518422 or 15336574. OLE color: 15336574.
HSL color Cylindrical-coordinate representation of color #7E04EA: hue angle of 271.83º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E04EA is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 4 | 234 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.08 |
| HSL | 271.83º | 0.97% | 0.47% | - |
| HSV(B) | 271.83º | 0.98% | 0.92% | - |
| XYZ | 23.5 | 10.46 | 78.62 | - |
| YUV | 66.7 | 222.42 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 234 | 0.46 | 0.98 | 0 | 0.08 | 271.83 | 0.97 | 0.47 |
| Hex | 7E | 4 | EA | 2E | 62 | 0 | 8 | 110 | 61 | 2F |
| Octal | 176 | 4 | 352 | 56 | 142 | 0 | 10 | 420 | 141 | 57 |
| Binary | 1111110 | 100 | 11101010 | 101110 | 1100010 | 0 | 1000 | 100010000 | 1100001 | 101111 |
Color Harmonies of #7E04EA
Complementary color
Monochromatic Colors of #7E04EA
Black with #7E04EA
Text Example
Text Example
White with #7E04EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E04EA; }
p { color: rgb(126,4,234); }
H1.HeaderClassName
{
color: #7E04EA;
}
.AnyTagClassName
{
color: #7E04EA;
}
</style>
background-color css
<style>
a { background-color: #7E04EA; }
a { background-color: rgb(126,4,234); }
div.DivClassName
{
background-color: #7E04EA;
}
.BgClassName
{
background-color: #7E04EA;
}
</style>
border-color css
<style>
span { border-color: #7E04EA; }
span { border-color: rgb(126,4,234); }
td.TdClassName
{
border-color: #7E04EA;
}
.TagClassName
{
border-color: #7E04EA;
}
</style>