Shades of Electric Indigo #7E01FA
Tints of Electric Indigo #7E01FA
RGB
CMYK
RGB Variations
Color information
#7E01FA (or 0x7E01FA) is known color: Electric Indigo. HEX triplet: 7E, 01 and FA. RGB value is (126,1,250). Sum of RGB (Red+Green+Blue) = 126+1+250=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E01FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E01FA is #81FE05. Grayscale: #414141. Windows color (decimal): -8519174 or 16384382. OLE color: 16384382.
HSL color Cylindrical-coordinate representation of color #7E01FA: hue angle of 270.12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E01FA is Cyan = 0.50, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 1 | 250 | - |
| CMYK | 0.50 | 1.00 | 0 | 0.02 |
| HSL | 270.12º | 0.99% | 0.49% | - |
| HSV(B) | 270.12º | 1% | 0.98% | - |
| XYZ | 25.87 | 11.36 | 91.27 | - |
| YUV | 66.76 | 231.41 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 1 | 250 | 0.50 | 1.00 | 0 | 0.02 | 270.12 | 0.99 | 0.49 |
| Hex | 7E | 1 | FA | 32 | 64 | 0 | 2 | 10E | 63 | 31 |
| Octal | 176 | 1 | 372 | 62 | 144 | 0 | 2 | 416 | 143 | 61 |
| Binary | 1111110 | 1 | 11111010 | 110010 | 1100100 | 0 | 10 | 100001110 | 1100011 | 110001 |
Color Harmonies of #7E01FA
Complementary color
Monochromatic Colors of #7E01FA
Black with #7E01FA
Text Example
Text Example
White with #7E01FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E01FA; }
p { color: rgb(126,1,250); }
H1.HeaderClassName
{
color: #7E01FA;
}
.AnyTagClassName
{
color: #7E01FA;
}
</style>
background-color css
<style>
a { background-color: #7E01FA; }
a { background-color: rgb(126,1,250); }
div.DivClassName
{
background-color: #7E01FA;
}
.BgClassName
{
background-color: #7E01FA;
}
</style>
border-color css
<style>
span { border-color: #7E01FA; }
span { border-color: rgb(126,1,250); }
td.TdClassName
{
border-color: #7E01FA;
}
.TagClassName
{
border-color: #7E01FA;
}
</style>