Shades of Electric Indigo #7E07F4
Tints of Electric Indigo #7E07F4
RGB
CMYK
RGB Variations
Color information
#7E07F4 (or 0x7E07F4) is known color: Electric Indigo. HEX triplet: 7E, 07 and F4. RGB value is (126,7,244). Sum of RGB (Red+Green+Blue) = 126+7+244=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 244 (95.70% from 255 or 64.72% from 377); Max value from RGB is 244 - color contains mainly: blue. Hex color #7E07F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E07F4 is #81F80B. Grayscale: #444444. Windows color (decimal): -8517644 or 15992702. OLE color: 15992702.
HSL color Cylindrical-coordinate representation of color #7E07F4: hue angle of 270.13º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E07F4 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 7 | 244 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.04 |
| HSL | 270.13º | 0.94% | 0.49% | - |
| HSV(B) | 270.13º | 0.97% | 0.96% | - |
| XYZ | 25.01 | 11.12 | 86.42 | - |
| YUV | 69.6 | 226.42 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 7 | 244 | 0.48 | 0.97 | 0 | 0.04 | 270.13 | 0.94 | 0.49 |
| Hex | 7E | 7 | F4 | 30 | 61 | 0 | 4 | 10E | 5E | 31 |
| Octal | 176 | 7 | 364 | 60 | 141 | 0 | 4 | 416 | 136 | 61 |
| Binary | 1111110 | 111 | 11110100 | 110000 | 1100001 | 0 | 100 | 100001110 | 1011110 | 110001 |
Color Harmonies of #7E07F4
Complementary color
Monochromatic Colors of #7E07F4
Black with #7E07F4
Text Example
Text Example
White with #7E07F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E07F4; }
p { color: rgb(126,7,244); }
H1.HeaderClassName
{
color: #7E07F4;
}
.AnyTagClassName
{
color: #7E07F4;
}
</style>
background-color css
<style>
a { background-color: #7E07F4; }
a { background-color: rgb(126,7,244); }
div.DivClassName
{
background-color: #7E07F4;
}
.BgClassName
{
background-color: #7E07F4;
}
</style>
border-color css
<style>
span { border-color: #7E07F4; }
span { border-color: rgb(126,7,244); }
td.TdClassName
{
border-color: #7E07F4;
}
.TagClassName
{
border-color: #7E07F4;
}
</style>