Shades of Electric Indigo #7A02EC
Tints of Electric Indigo #7A02EC
RGB
CMYK
RGB Variations
Color information
#7A02EC (or 0x7A02EC) is known color: Electric Indigo. HEX triplet: 7A, 02 and EC. RGB value is (122,2,236). Sum of RGB (Red+Green+Blue) = 122+2+236=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A02EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A02EC is #85FD13. Grayscale: #3F3F3F. Windows color (decimal): -8781076 or 15467130. OLE color: 15467130.
HSL color Cylindrical-coordinate representation of color #7A02EC: hue angle of 270.77º 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 #7A02EC is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 2 | 236 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.07 |
| HSL | 270.77º | 0.98% | 0.47% | - |
| HSV(B) | 270.77º | 0.99% | 0.93% | - |
| XYZ | 23.19 | 10.24 | 80.11 | - |
| YUV | 64.56 | 224.76 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 236 | 0.48 | 0.99 | 0 | 0.07 | 270.77 | 0.98 | 0.47 |
| Hex | 7A | 2 | EC | 30 | 63 | 0 | 7 | 10F | 62 | 2F |
| Octal | 172 | 2 | 354 | 60 | 143 | 0 | 7 | 417 | 142 | 57 |
| Binary | 1111010 | 10 | 11101100 | 110000 | 1100011 | 0 | 111 | 100001111 | 1100010 | 101111 |
Color Harmonies of #7A02EC
Complementary color
Monochromatic Colors of #7A02EC
Black with #7A02EC
Text Example
Text Example
White with #7A02EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A02EC; }
p { color: rgb(122,2,236); }
H1.HeaderClassName
{
color: #7A02EC;
}
.AnyTagClassName
{
color: #7A02EC;
}
</style>
background-color css
<style>
a { background-color: #7A02EC; }
a { background-color: rgb(122,2,236); }
div.DivClassName
{
background-color: #7A02EC;
}
.BgClassName
{
background-color: #7A02EC;
}
</style>
border-color css
<style>
span { border-color: #7A02EC; }
span { border-color: rgb(122,2,236); }
td.TdClassName
{
border-color: #7A02EC;
}
.TagClassName
{
border-color: #7A02EC;
}
</style>