Shades of Electric Indigo #7E03ED
Tints of Electric Indigo #7E03ED
RGB
CMYK
RGB Variations
Color information
#7E03ED (or 0x7E03ED) is known color: Electric Indigo. HEX triplet: 7E, 03 and ED. RGB value is (126,3,237). Sum of RGB (Red+Green+Blue) = 126+3+237=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #7E03ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E03ED is #81FC12. Grayscale: #414141. Windows color (decimal): -8518675 or 15532926. OLE color: 15532926.
HSL color Cylindrical-coordinate representation of color #7E03ED: hue angle of 271.54º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E03ED is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 3 | 237 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.07 |
| HSL | 271.54º | 0.98% | 0.47% | - |
| HSV(B) | 271.54º | 0.99% | 0.93% | - |
| XYZ | 23.92 | 10.62 | 80.91 | - |
| YUV | 66.45 | 224.25 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 3 | 237 | 0.47 | 0.99 | 0 | 0.07 | 271.54 | 0.98 | 0.47 |
| Hex | 7E | 3 | ED | 2F | 63 | 0 | 7 | 110 | 62 | 2F |
| Octal | 176 | 3 | 355 | 57 | 143 | 0 | 7 | 420 | 142 | 57 |
| Binary | 1111110 | 11 | 11101101 | 101111 | 1100011 | 0 | 111 | 100010000 | 1100010 | 101111 |
Color Harmonies of #7E03ED
Complementary color
Monochromatic Colors of #7E03ED
Black with #7E03ED
Text Example
Text Example
White with #7E03ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E03ED; }
p { color: rgb(126,3,237); }
H1.HeaderClassName
{
color: #7E03ED;
}
.AnyTagClassName
{
color: #7E03ED;
}
</style>
background-color css
<style>
a { background-color: #7E03ED; }
a { background-color: rgb(126,3,237); }
div.DivClassName
{
background-color: #7E03ED;
}
.BgClassName
{
background-color: #7E03ED;
}
</style>
border-color css
<style>
span { border-color: #7E03ED; }
span { border-color: rgb(126,3,237); }
td.TdClassName
{
border-color: #7E03ED;
}
.TagClassName
{
border-color: #7E03ED;
}
</style>