Shades of Electric Indigo #7A00E9
Tints of Electric Indigo #7A00E9
RGB
CMYK
RGB Variations
Color information
#7A00E9 (or 0x7A00E9) is known color: Electric Indigo. HEX triplet: 7A, 00 and E9. RGB value is (122,0,233). Sum of RGB (Red+Green+Blue) = 122+0+233=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 233 (91.41% from 255 or 65.63% from 355); Max value from RGB is 233 - color contains mainly: blue. Hex color #7A00E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A00E9 is #85FF16. Grayscale: #3E3E3E. Windows color (decimal): -8781591 or 15270010. OLE color: 15270010.
HSL color Cylindrical-coordinate representation of color #7A00E9: hue angle of 271.42º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00E9 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 0 | 233 | - |
| CMYK | 0.48 | 1 | 0 | 0.09 |
| HSL | 271.42º | 1% | 0.46% | - |
| HSV(B) | 271.42º | 1% | 0.91% | - |
| XYZ | 22.73 | 10.02 | 77.83 | - |
| YUV | 63.04 | 223.92 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 233 | 0.48 | 1 | 0 | 0.09 | 271.42 | 1 | 0.46 |
| Hex | 7A | 0 | E9 | 30 | 64 | 0 | 9 | 10F | 64 | 2E |
| Octal | 172 | 0 | 351 | 60 | 144 | 0 | 11 | 417 | 144 | 56 |
| Binary | 1111010 | 0 | 11101001 | 110000 | 1100100 | 0 | 1001 | 100001111 | 1100100 | 101110 |
Color Harmonies of #7A00E9
Complementary color
Monochromatic Colors of #7A00E9
Black with #7A00E9
Text Example
Text Example
White with #7A00E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A00E9; }
p { color: rgb(122,0,233); }
H1.HeaderClassName
{
color: #7A00E9;
}
.AnyTagClassName
{
color: #7A00E9;
}
</style>
background-color css
<style>
a { background-color: #7A00E9; }
a { background-color: rgb(122,0,233); }
div.DivClassName
{
background-color: #7A00E9;
}
.BgClassName
{
background-color: #7A00E9;
}
</style>
border-color css
<style>
span { border-color: #7A00E9; }
span { border-color: rgb(122,0,233); }
td.TdClassName
{
border-color: #7A00E9;
}
.TagClassName
{
border-color: #7A00E9;
}
</style>