Shades of Electric Indigo #7A0BE5
Tints of Electric Indigo #7A0BE5
RGB
CMYK
RGB Variations
Color information
#7A0BE5 (or 0x7A0BE5) is known color: Electric Indigo. HEX triplet: 7A, 0B and E5. RGB value is (122,11,229). Sum of RGB (Red+Green+Blue) = 122+11+229=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 229 (89.84% from 255 or 63.26% from 362); Max value from RGB is 229 - color contains mainly: blue. Hex color #7A0BE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0BE5 is #85F41A. Grayscale: #444444. Windows color (decimal): -8778779 or 15010682. OLE color: 15010682.
HSL color Cylindrical-coordinate representation of color #7A0BE5: hue angle of 270.55º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0BE5 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 11 | 229 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.10 |
| HSL | 270.55º | 0.91% | 0.47% | - |
| HSV(B) | 270.55º | 0.95% | 0.9% | - |
| XYZ | 22.29 | 10.03 | 74.89 | - |
| YUV | 69.04 | 218.27 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 229 | 0.47 | 0.95 | 0 | 0.10 | 270.55 | 0.91 | 0.47 |
| Hex | 7A | B | E5 | 2F | 5F | 0 | A | 10F | 5B | 2F |
| Octal | 172 | 13 | 345 | 57 | 137 | 0 | 12 | 417 | 133 | 57 |
| Binary | 1111010 | 1011 | 11100101 | 101111 | 1011111 | 0 | 1010 | 100001111 | 1011011 | 101111 |
Color Harmonies of #7A0BE5
Complementary color
Monochromatic Colors of #7A0BE5
Black with #7A0BE5
Text Example
Text Example
White with #7A0BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0BE5; }
p { color: rgb(122,11,229); }
H1.HeaderClassName
{
color: #7A0BE5;
}
.AnyTagClassName
{
color: #7A0BE5;
}
</style>
background-color css
<style>
a { background-color: #7A0BE5; }
a { background-color: rgb(122,11,229); }
div.DivClassName
{
background-color: #7A0BE5;
}
.BgClassName
{
background-color: #7A0BE5;
}
</style>
border-color css
<style>
span { border-color: #7A0BE5; }
span { border-color: rgb(122,11,229); }
td.TdClassName
{
border-color: #7A0BE5;
}
.TagClassName
{
border-color: #7A0BE5;
}
</style>