Shades of Electric Indigo #7A00EC
Tints of Electric Indigo #7A00EC
RGB
CMYK
RGB Variations
Color information
#7A00EC (or 0x7A00EC) is known color: Electric Indigo. HEX triplet: 7A, 00 and EC. RGB value is (122,0,236). Sum of RGB (Red+Green+Blue) = 122+0+236=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A00EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A00EC is #85FF13. Grayscale: #3E3E3E. Windows color (decimal): -8781588 or 15466618. OLE color: 15466618.
HSL color Cylindrical-coordinate representation of color #7A00EC: hue angle of 271.02º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00EC is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 0 | 236 | - |
| CMYK | 0.48 | 1 | 0 | 0.07 |
| HSL | 271.02º | 1% | 0.46% | - |
| HSV(B) | 271.02º | 1% | 0.93% | - |
| XYZ | 23.17 | 10.19 | 80.1 | - |
| YUV | 63.38 | 225.42 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 236 | 0.48 | 1 | 0 | 0.07 | 271.02 | 1 | 0.46 |
| Hex | 7A | 0 | EC | 30 | 64 | 0 | 7 | 10F | 64 | 2E |
| Octal | 172 | 0 | 354 | 60 | 144 | 0 | 7 | 417 | 144 | 56 |
| Binary | 1111010 | 0 | 11101100 | 110000 | 1100100 | 0 | 111 | 100001111 | 1100100 | 101110 |
Color Harmonies of #7A00EC
Complementary color
Monochromatic Colors of #7A00EC
Black with #7A00EC
Text Example
Text Example
White with #7A00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A00EC; }
p { color: rgb(122,0,236); }
H1.HeaderClassName
{
color: #7A00EC;
}
.AnyTagClassName
{
color: #7A00EC;
}
</style>
background-color css
<style>
a { background-color: #7A00EC; }
a { background-color: rgb(122,0,236); }
div.DivClassName
{
background-color: #7A00EC;
}
.BgClassName
{
background-color: #7A00EC;
}
</style>
border-color css
<style>
span { border-color: #7A00EC; }
span { border-color: rgb(122,0,236); }
td.TdClassName
{
border-color: #7A00EC;
}
.TagClassName
{
border-color: #7A00EC;
}
</style>