Shades of Electric Indigo #7E04FE
Tints of Electric Indigo #7E04FE
RGB
CMYK
RGB Variations
Color information
#7E04FE (or 0x7E04FE) is known color: Electric Indigo. HEX triplet: 7E, 04 and FE. RGB value is (126,4,254). Sum of RGB (Red+Green+Blue) = 126+4+254=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E04FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E04FE is #81FB01. Grayscale: #444444. Windows color (decimal): -8518402 or 16647294. OLE color: 16647294.
HSL color Cylindrical-coordinate representation of color #7E04FE: hue angle of 269.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E04FE is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 4 | 254 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.00 |
| HSL | 269.28º | 0.99% | 0.51% | - |
| HSV(B) | 269.28º | 0.98% | 1% | - |
| XYZ | 26.54 | 11.68 | 94.62 | - |
| YUV | 68.98 | 232.42 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 254 | 0.50 | 0.98 | 0 | 0.00 | 269.28 | 0.99 | 0.51 |
| Hex | 7E | 4 | FE | 32 | 62 | 0 | 0 | 10D | 63 | 33 |
| Octal | 176 | 4 | 376 | 62 | 142 | 0 | 0 | 415 | 143 | 63 |
| Binary | 1111110 | 100 | 11111110 | 110010 | 1100010 | 0 | 0 | 100001101 | 1100011 | 110011 |
Color Harmonies of #7E04FE
Complementary color
Monochromatic Colors of #7E04FE
Black with #7E04FE
Text Example
Text Example
White with #7E04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E04FE; }
p { color: rgb(126,4,254); }
H1.HeaderClassName
{
color: #7E04FE;
}
.AnyTagClassName
{
color: #7E04FE;
}
</style>
background-color css
<style>
a { background-color: #7E04FE; }
a { background-color: rgb(126,4,254); }
div.DivClassName
{
background-color: #7E04FE;
}
.BgClassName
{
background-color: #7E04FE;
}
</style>
border-color css
<style>
span { border-color: #7E04FE; }
span { border-color: rgb(126,4,254); }
td.TdClassName
{
border-color: #7E04FE;
}
.TagClassName
{
border-color: #7E04FE;
}
</style>