Shades of Electric Indigo #7A04E9
Tints of Electric Indigo #7A04E9
RGB
CMYK
RGB Variations
Color information
#7A04E9 (or 0x7A04E9) is known color: Electric Indigo. HEX triplet: 7A, 04 and E9. RGB value is (122,4,233). Sum of RGB (Red+Green+Blue) = 122+4+233=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 233 (91.41% from 255 or 64.90% from 359); Max value from RGB is 233 - color contains mainly: blue. Hex color #7A04E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A04E9 is #85FB16. Grayscale: #404040. Windows color (decimal): -8780567 or 15271034. OLE color: 15271034.
HSL color Cylindrical-coordinate representation of color #7A04E9: hue angle of 270.92º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A04E9 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 4 | 233 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.09 |
| HSL | 270.92º | 0.97% | 0.46% | - |
| HSV(B) | 270.92º | 0.98% | 0.91% | - |
| XYZ | 22.78 | 10.11 | 77.84 | - |
| YUV | 65.39 | 222.59 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 4 | 233 | 0.48 | 0.98 | 0 | 0.09 | 270.92 | 0.97 | 0.46 |
| Hex | 7A | 4 | E9 | 30 | 62 | 0 | 9 | 10F | 61 | 2E |
| Octal | 172 | 4 | 351 | 60 | 142 | 0 | 11 | 417 | 141 | 56 |
| Binary | 1111010 | 100 | 11101001 | 110000 | 1100010 | 0 | 1001 | 100001111 | 1100001 | 101110 |
Color Harmonies of #7A04E9
Complementary color
Monochromatic Colors of #7A04E9
Black with #7A04E9
Text Example
Text Example
White with #7A04E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A04E9; }
p { color: rgb(122,4,233); }
H1.HeaderClassName
{
color: #7A04E9;
}
.AnyTagClassName
{
color: #7A04E9;
}
</style>
background-color css
<style>
a { background-color: #7A04E9; }
a { background-color: rgb(122,4,233); }
div.DivClassName
{
background-color: #7A04E9;
}
.BgClassName
{
background-color: #7A04E9;
}
</style>
border-color css
<style>
span { border-color: #7A04E9; }
span { border-color: rgb(122,4,233); }
td.TdClassName
{
border-color: #7A04E9;
}
.TagClassName
{
border-color: #7A04E9;
}
</style>