Shades of Electric Indigo #7E07FF
Tints of Electric Indigo #7E07FF
RGB
CMYK
RGB Variations
Color information
#7E07FF (or 0x7E07FF) is known color: Electric Indigo. HEX triplet: 7E, 07 and FF. RGB value is (126,7,255). Sum of RGB (Red+Green+Blue) = 126+7+255=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E07FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E07FF is #81F800. Grayscale: #454545. Windows color (decimal): -8517633 or 16713598. OLE color: 16713598.
HSL color Cylindrical-coordinate representation of color #7E07FF: hue angle of 268.79º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E07FF is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 7 | 255 | - |
| CMYK | 0.51 | 0.97 | 0 | 0 |
| HSL | 268.79º | 1% | 0.51% | - |
| HSV(B) | 268.79º | 0.97% | 1% | - |
| XYZ | 26.73 | 11.81 | 95.48 | - |
| YUV | 70.85 | 231.92 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 7 | 255 | 0.51 | 0.97 | 0 | 0 | 268.79 | 1 | 0.51 |
| Hex | 7E | 7 | FF | 33 | 61 | 0 | 0 | 10D | 64 | 33 |
| Octal | 176 | 7 | 377 | 63 | 141 | 0 | 0 | 415 | 144 | 63 |
| Binary | 1111110 | 111 | 11111111 | 110011 | 1100001 | 0 | 0 | 100001101 | 1100100 | 110011 |
Color Harmonies of #7E07FF
Complementary color
Monochromatic Colors of #7E07FF
Black with #7E07FF
Text Example
Text Example
White with #7E07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E07FF; }
p { color: rgb(126,7,255); }
H1.HeaderClassName
{
color: #7E07FF;
}
.AnyTagClassName
{
color: #7E07FF;
}
</style>
background-color css
<style>
a { background-color: #7E07FF; }
a { background-color: rgb(126,7,255); }
div.DivClassName
{
background-color: #7E07FF;
}
.BgClassName
{
background-color: #7E07FF;
}
</style>
border-color css
<style>
span { border-color: #7E07FF; }
span { border-color: rgb(126,7,255); }
td.TdClassName
{
border-color: #7E07FF;
}
.TagClassName
{
border-color: #7E07FF;
}
</style>