Shades of Electric Indigo #7A02FE
Tints of Electric Indigo #7A02FE
RGB
CMYK
RGB Variations
Color information
#7A02FE (or 0x7A02FE) is known color: Electric Indigo. HEX triplet: 7A, 02 and FE. RGB value is (122,2,254). Sum of RGB (Red+Green+Blue) = 122+2+254=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A02FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A02FE is #85FD01. Grayscale: #414141. Windows color (decimal): -8781058 or 16646778. OLE color: 16646778.
HSL color Cylindrical-coordinate representation of color #7A02FE: hue angle of 268.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A02FE is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 2 | 254 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.00 |
| HSL | 268.57º | 0.99% | 0.5% | - |
| HSV(B) | 268.57º | 0.99% | 1% | - |
| XYZ | 25.94 | 11.34 | 94.59 | - |
| YUV | 66.61 | 233.76 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 254 | 0.52 | 0.99 | 0 | 0.00 | 268.57 | 0.99 | 0.5 |
| Hex | 7A | 2 | FE | 34 | 63 | 0 | 0 | 10D | 63 | 32 |
| Octal | 172 | 2 | 376 | 64 | 143 | 0 | 0 | 415 | 143 | 62 |
| Binary | 1111010 | 10 | 11111110 | 110100 | 1100011 | 0 | 0 | 100001101 | 1100011 | 110010 |
Color Harmonies of #7A02FE
Complementary color
Monochromatic Colors of #7A02FE
Black with #7A02FE
Text Example
Text Example
White with #7A02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A02FE; }
p { color: rgb(122,2,254); }
H1.HeaderClassName
{
color: #7A02FE;
}
.AnyTagClassName
{
color: #7A02FE;
}
</style>
background-color css
<style>
a { background-color: #7A02FE; }
a { background-color: rgb(122,2,254); }
div.DivClassName
{
background-color: #7A02FE;
}
.BgClassName
{
background-color: #7A02FE;
}
</style>
border-color css
<style>
span { border-color: #7A02FE; }
span { border-color: rgb(122,2,254); }
td.TdClassName
{
border-color: #7A02FE;
}
.TagClassName
{
border-color: #7A02FE;
}
</style>