Shades of Electric Indigo #7A00ED
Tints of Electric Indigo #7A00ED
RGB
CMYK
RGB Variations
Color information
#7A00ED (or 0x7A00ED) is known color: Electric Indigo. HEX triplet: 7A, 00 and ED. RGB value is (122,0,237). Sum of RGB (Red+Green+Blue) = 122+0+237=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A00ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A00ED is #85FF12. Grayscale: #3E3E3E. Windows color (decimal): -8781587 or 15532154. OLE color: 15532154.
HSL color Cylindrical-coordinate representation of color #7A00ED: hue angle of 270.89º 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 #7A00ED is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 0 | 237 | - |
| CMYK | 0.49 | 1 | 0 | 0.07 |
| HSL | 270.89º | 1% | 0.46% | - |
| HSV(B) | 270.89º | 1% | 0.93% | - |
| XYZ | 23.31 | 10.25 | 80.87 | - |
| YUV | 63.5 | 225.92 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 237 | 0.49 | 1 | 0 | 0.07 | 270.89 | 1 | 0.46 |
| Hex | 7A | 0 | ED | 31 | 64 | 0 | 7 | 10F | 64 | 2E |
| Octal | 172 | 0 | 355 | 61 | 144 | 0 | 7 | 417 | 144 | 56 |
| Binary | 1111010 | 0 | 11101101 | 110001 | 1100100 | 0 | 111 | 100001111 | 1100100 | 101110 |
Color Harmonies of #7A00ED
Complementary color
Monochromatic Colors of #7A00ED
Black with #7A00ED
Text Example
Text Example
White with #7A00ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A00ED; }
p { color: rgb(122,0,237); }
H1.HeaderClassName
{
color: #7A00ED;
}
.AnyTagClassName
{
color: #7A00ED;
}
</style>
background-color css
<style>
a { background-color: #7A00ED; }
a { background-color: rgb(122,0,237); }
div.DivClassName
{
background-color: #7A00ED;
}
.BgClassName
{
background-color: #7A00ED;
}
</style>
border-color css
<style>
span { border-color: #7A00ED; }
span { border-color: rgb(122,0,237); }
td.TdClassName
{
border-color: #7A00ED;
}
.TagClassName
{
border-color: #7A00ED;
}
</style>