Shades of Electric Indigo #7A1AFA
Tints of Electric Indigo #7A1AFA
RGB
CMYK
RGB Variations
Color information
#7A1AFA (or 0x7A1AFA) is known color: Electric Indigo. HEX triplet: 7A, 1A and FA. RGB value is (122,26,250). Sum of RGB (Red+Green+Blue) = 122+26+250=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A1AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A1AFA is #85E505. Grayscale: #4F4F4F. Windows color (decimal): -8774918 or 16390778. OLE color: 16390778.
HSL color Cylindrical-coordinate representation of color #7A1AFA: hue angle of 265.71º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A1AFA is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 26 | 250 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.02 |
| HSL | 265.71º | 0.96% | 0.54% | - |
| HSV(B) | 265.71º | 0.9% | 0.98% | - |
| XYZ | 25.65 | 11.78 | 91.36 | - |
| YUV | 80.24 | 223.8 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 250 | 0.51 | 0.90 | 0 | 0.02 | 265.71 | 0.96 | 0.54 |
| Hex | 7A | 1A | FA | 33 | 5A | 0 | 2 | 10A | 60 | 36 |
| Octal | 172 | 32 | 372 | 63 | 132 | 0 | 2 | 412 | 140 | 66 |
| Binary | 1111010 | 11010 | 11111010 | 110011 | 1011010 | 0 | 10 | 100001010 | 1100000 | 110110 |
Color Harmonies of #7A1AFA
Complementary color
Monochromatic Colors of #7A1AFA
Black with #7A1AFA
Text Example
Text Example
White with #7A1AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1AFA; }
p { color: rgb(122,26,250); }
H1.HeaderClassName
{
color: #7A1AFA;
}
.AnyTagClassName
{
color: #7A1AFA;
}
</style>
background-color css
<style>
a { background-color: #7A1AFA; }
a { background-color: rgb(122,26,250); }
div.DivClassName
{
background-color: #7A1AFA;
}
.BgClassName
{
background-color: #7A1AFA;
}
</style>
border-color css
<style>
span { border-color: #7A1AFA; }
span { border-color: rgb(122,26,250); }
td.TdClassName
{
border-color: #7A1AFA;
}
.TagClassName
{
border-color: #7A1AFA;
}
</style>