Shades of Electric Indigo #7A0AE5
Tints of Electric Indigo #7A0AE5
RGB
CMYK
RGB Variations
Color information
#7A0AE5 (or 0x7A0AE5) is known color: Electric Indigo. HEX triplet: 7A, 0A and E5. RGB value is (122,10,229). Sum of RGB (Red+Green+Blue) = 122+10+229=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 229 (89.84% from 255 or 63.43% from 361); Max value from RGB is 229 - color contains mainly: blue. Hex color #7A0AE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0AE5 is #85F51A. Grayscale: #434343. Windows color (decimal): -8779035 or 15010426. OLE color: 15010426.
HSL color Cylindrical-coordinate representation of color #7A0AE5: hue angle of 270.68º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A0AE5 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 10 | 229 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.10 |
| HSL | 270.68º | 0.92% | 0.47% | - |
| HSV(B) | 270.68º | 0.96% | 0.9% | - |
| XYZ | 22.28 | 10.01 | 74.89 | - |
| YUV | 68.45 | 218.61 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 229 | 0.47 | 0.96 | 0 | 0.10 | 270.68 | 0.92 | 0.47 |
| Hex | 7A | A | E5 | 2F | 60 | 0 | A | 10F | 5C | 2F |
| Octal | 172 | 12 | 345 | 57 | 140 | 0 | 12 | 417 | 134 | 57 |
| Binary | 1111010 | 1010 | 11100101 | 101111 | 1100000 | 0 | 1010 | 100001111 | 1011100 | 101111 |
Color Harmonies of #7A0AE5
Complementary color
Monochromatic Colors of #7A0AE5
Black with #7A0AE5
Text Example
Text Example
White with #7A0AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0AE5; }
p { color: rgb(122,10,229); }
H1.HeaderClassName
{
color: #7A0AE5;
}
.AnyTagClassName
{
color: #7A0AE5;
}
</style>
background-color css
<style>
a { background-color: #7A0AE5; }
a { background-color: rgb(122,10,229); }
div.DivClassName
{
background-color: #7A0AE5;
}
.BgClassName
{
background-color: #7A0AE5;
}
</style>
border-color css
<style>
span { border-color: #7A0AE5; }
span { border-color: rgb(122,10,229); }
td.TdClassName
{
border-color: #7A0AE5;
}
.TagClassName
{
border-color: #7A0AE5;
}
</style>