Shades of Electric Indigo #7E01EE
Tints of Electric Indigo #7E01EE
RGB
CMYK
RGB Variations
Color information
#7E01EE (or 0x7E01EE) is known color: Electric Indigo. HEX triplet: 7E, 01 and EE. RGB value is (126,1,238). Sum of RGB (Red+Green+Blue) = 126+1+238=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #7E01EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E01EE is #81FE11. Grayscale: #404040. Windows color (decimal): -8519186 or 15597950. OLE color: 15597950.
HSL color Cylindrical-coordinate representation of color #7E01EE: hue angle of 271.65º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E01EE is Cyan = 0.47, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 1 | 238 | - |
| CMYK | 0.47 | 1.00 | 0 | 0.07 |
| HSL | 271.65º | 0.99% | 0.47% | - |
| HSV(B) | 271.65º | 1% | 0.93% | - |
| XYZ | 24.05 | 10.63 | 81.67 | - |
| YUV | 65.39 | 225.41 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 1 | 238 | 0.47 | 1.00 | 0 | 0.07 | 271.65 | 0.99 | 0.47 |
| Hex | 7E | 1 | EE | 2F | 64 | 0 | 7 | 110 | 63 | 2F |
| Octal | 176 | 1 | 356 | 57 | 144 | 0 | 7 | 420 | 143 | 57 |
| Binary | 1111110 | 1 | 11101110 | 101111 | 1100100 | 0 | 111 | 100010000 | 1100011 | 101111 |
Color Harmonies of #7E01EE
Complementary color
Monochromatic Colors of #7E01EE
Black with #7E01EE
Text Example
Text Example
White with #7E01EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E01EE; }
p { color: rgb(126,1,238); }
H1.HeaderClassName
{
color: #7E01EE;
}
.AnyTagClassName
{
color: #7E01EE;
}
</style>
background-color css
<style>
a { background-color: #7E01EE; }
a { background-color: rgb(126,1,238); }
div.DivClassName
{
background-color: #7E01EE;
}
.BgClassName
{
background-color: #7E01EE;
}
</style>
border-color css
<style>
span { border-color: #7E01EE; }
span { border-color: rgb(126,1,238); }
td.TdClassName
{
border-color: #7E01EE;
}
.TagClassName
{
border-color: #7E01EE;
}
</style>