Shades of Electric Indigo #7E00FE
Tints of Electric Indigo #7E00FE
RGB
CMYK
RGB Variations
Color information
#7E00FE (or 0x7E00FE) is known color: Electric Indigo. HEX triplet: 7E, 00 and FE. RGB value is (126,0,254). Sum of RGB (Red+Green+Blue) = 126+0+254=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E00FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E00FE is #81FF01. Grayscale: #414141. Windows color (decimal): -8519426 or 16646270. OLE color: 16646270.
HSL color Cylindrical-coordinate representation of color #7E00FE: hue angle of 269.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E00FE is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 126 | 0 | 254 | - |
| CMYK | 0.50 | 1 | 0 | 0.00 |
| HSL | 269.76º | 1% | 0.5% | - |
| HSV(B) | 269.76º | 1% | 1% | - |
| XYZ | 26.49 | 11.59 | 94.61 | - |
| YUV | 66.63 | 233.74 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 254 | 0.50 | 1 | 0 | 0.00 | 269.76 | 1 | 0.5 |
| Hex | 7E | 0 | FE | 32 | 64 | 0 | 0 | 10E | 64 | 32 |
| Octal | 176 | 0 | 376 | 62 | 144 | 0 | 0 | 416 | 144 | 62 |
| Binary | 1111110 | 0 | 11111110 | 110010 | 1100100 | 0 | 0 | 100001110 | 1100100 | 110010 |
Color Harmonies of #7E00FE
Complementary color
Monochromatic Colors of #7E00FE
Black with #7E00FE
Text Example
Text Example
White with #7E00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E00FE; }
p { color: rgb(126,0,254); }
H1.HeaderClassName
{
color: #7E00FE;
}
.AnyTagClassName
{
color: #7E00FE;
}
</style>
background-color css
<style>
a { background-color: #7E00FE; }
a { background-color: rgb(126,0,254); }
div.DivClassName
{
background-color: #7E00FE;
}
.BgClassName
{
background-color: #7E00FE;
}
</style>
border-color css
<style>
span { border-color: #7E00FE; }
span { border-color: rgb(126,0,254); }
td.TdClassName
{
border-color: #7E00FE;
}
.TagClassName
{
border-color: #7E00FE;
}
</style>