Shades of Electric Indigo #7A0FEB
Tints of Electric Indigo #7A0FEB
RGB
CMYK
RGB Variations
Color information
#7A0FEB (or 0x7A0FEB) is known color: Electric Indigo. HEX triplet: 7A, 0F and EB. RGB value is (122,15,235). Sum of RGB (Red+Green+Blue) = 122+15+235=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A0FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0FEB is #85F014. Grayscale: #474747. Windows color (decimal): -8777749 or 15404922. OLE color: 15404922.
HSL color Cylindrical-coordinate representation of color #7A0FEB: hue angle of 269.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0FEB is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 15 | 235 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.08 |
| HSL | 269.18º | 0.88% | 0.49% | - |
| HSV(B) | 269.18º | 0.94% | 0.92% | - |
| XYZ | 23.19 | 10.48 | 79.4 | - |
| YUV | 72.07 | 219.95 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 15 | 235 | 0.48 | 0.94 | 0 | 0.08 | 269.18 | 0.88 | 0.49 |
| Hex | 7A | F | EB | 30 | 5E | 0 | 8 | 10D | 58 | 31 |
| Octal | 172 | 17 | 353 | 60 | 136 | 0 | 10 | 415 | 130 | 61 |
| Binary | 1111010 | 1111 | 11101011 | 110000 | 1011110 | 0 | 1000 | 100001101 | 1011000 | 110001 |
Color Harmonies of #7A0FEB
Complementary color
Monochromatic Colors of #7A0FEB
Black with #7A0FEB
Text Example
Text Example
White with #7A0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0FEB; }
p { color: rgb(122,15,235); }
H1.HeaderClassName
{
color: #7A0FEB;
}
.AnyTagClassName
{
color: #7A0FEB;
}
</style>
background-color css
<style>
a { background-color: #7A0FEB; }
a { background-color: rgb(122,15,235); }
div.DivClassName
{
background-color: #7A0FEB;
}
.BgClassName
{
background-color: #7A0FEB;
}
</style>
border-color css
<style>
span { border-color: #7A0FEB; }
span { border-color: rgb(122,15,235); }
td.TdClassName
{
border-color: #7A0FEB;
}
.TagClassName
{
border-color: #7A0FEB;
}
</style>