Shades of Electric Indigo #7A0EFC
Tints of Electric Indigo #7A0EFC
RGB
CMYK
RGB Variations
Color information
#7A0EFC (or 0x7A0EFC) is known color: Electric Indigo. HEX triplet: 7A, 0E and FC. RGB value is (122,14,252). Sum of RGB (Red+Green+Blue) = 122+14+252=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A0EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0EFC is #85F103. Grayscale: #484848. Windows color (decimal): -8777988 or 16518778. OLE color: 16518778.
HSL color Cylindrical-coordinate representation of color #7A0EFC: hue angle of 267.23º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0EFC is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 14 | 252 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.01 |
| HSL | 267.23º | 0.98% | 0.52% | - |
| HSV(B) | 267.23º | 0.94% | 0.99% | - |
| XYZ | 25.75 | 11.48 | 92.95 | - |
| YUV | 73.42 | 228.78 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 14 | 252 | 0.52 | 0.94 | 0 | 0.01 | 267.23 | 0.98 | 0.52 |
| Hex | 7A | E | FC | 34 | 5E | 0 | 1 | 10B | 62 | 34 |
| Octal | 172 | 16 | 374 | 64 | 136 | 0 | 1 | 413 | 142 | 64 |
| Binary | 1111010 | 1110 | 11111100 | 110100 | 1011110 | 0 | 1 | 100001011 | 1100010 | 110100 |
Color Harmonies of #7A0EFC
Complementary color
Monochromatic Colors of #7A0EFC
Black with #7A0EFC
Text Example
Text Example
White with #7A0EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0EFC; }
p { color: rgb(122,14,252); }
H1.HeaderClassName
{
color: #7A0EFC;
}
.AnyTagClassName
{
color: #7A0EFC;
}
</style>
background-color css
<style>
a { background-color: #7A0EFC; }
a { background-color: rgb(122,14,252); }
div.DivClassName
{
background-color: #7A0EFC;
}
.BgClassName
{
background-color: #7A0EFC;
}
</style>
border-color css
<style>
span { border-color: #7A0EFC; }
span { border-color: rgb(122,14,252); }
td.TdClassName
{
border-color: #7A0EFC;
}
.TagClassName
{
border-color: #7A0EFC;
}
</style>