Shades of Electric Indigo #7A19FA
Tints of Electric Indigo #7A19FA
RGB
CMYK
RGB Variations
Color information
#7A19FA (or 0x7A19FA) is known color: Electric Indigo. HEX triplet: 7A, 19 and FA. RGB value is (122,25,250). Sum of RGB (Red+Green+Blue) = 122+25+250=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A19FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A19FA is #85E605. Grayscale: #4E4E4E. Windows color (decimal): -8775174 or 16390522. OLE color: 16390522.
HSL color Cylindrical-coordinate representation of color #7A19FA: hue angle of 265.87º 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 #7A19FA is Cyan = 0.51, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 25 | 250 | - |
| CMYK | 0.51 | 0.9 | 0 | 0.02 |
| HSL | 265.87º | 0.96% | 0.54% | - |
| HSV(B) | 265.87º | 0.9% | 0.98% | - |
| XYZ | 25.63 | 11.73 | 91.36 | - |
| YUV | 79.65 | 224.14 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 250 | 0.51 | 0.9 | 0 | 0.02 | 265.87 | 0.96 | 0.54 |
| Hex | 7A | 19 | FA | 33 | 5A | 0 | 2 | 10A | 60 | 36 |
| Octal | 172 | 31 | 372 | 63 | 132 | 0 | 2 | 412 | 140 | 66 |
| Binary | 1111010 | 11001 | 11111010 | 110011 | 1011010 | 0 | 10 | 100001010 | 1100000 | 110110 |
Color Harmonies of #7A19FA
Complementary color
Monochromatic Colors of #7A19FA
Black with #7A19FA
Text Example
Text Example
White with #7A19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A19FA; }
p { color: rgb(122,25,250); }
H1.HeaderClassName
{
color: #7A19FA;
}
.AnyTagClassName
{
color: #7A19FA;
}
</style>
background-color css
<style>
a { background-color: #7A19FA; }
a { background-color: rgb(122,25,250); }
div.DivClassName
{
background-color: #7A19FA;
}
.BgClassName
{
background-color: #7A19FA;
}
</style>
border-color css
<style>
span { border-color: #7A19FA; }
span { border-color: rgb(122,25,250); }
td.TdClassName
{
border-color: #7A19FA;
}
.TagClassName
{
border-color: #7A19FA;
}
</style>