Shades of Electric Indigo #7A18FA
Tints of Electric Indigo #7A18FA
RGB
CMYK
RGB Variations
Color information
#7A18FA (or 0x7A18FA) is known color: Electric Indigo. HEX triplet: 7A, 18 and FA. RGB value is (122,24,250). Sum of RGB (Red+Green+Blue) = 122+24+250=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A18FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A18FA is #85E705. Grayscale: #4E4E4E. Windows color (decimal): -8775430 or 16390266. OLE color: 16390266.
HSL color Cylindrical-coordinate representation of color #7A18FA: hue angle of 266.02º 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 #7A18FA is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 24 | 250 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.02 |
| HSL | 266.02º | 0.96% | 0.54% | - |
| HSV(B) | 266.02º | 0.9% | 0.98% | - |
| XYZ | 25.61 | 11.69 | 91.35 | - |
| YUV | 79.07 | 224.47 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 250 | 0.51 | 0.90 | 0 | 0.02 | 266.02 | 0.96 | 0.54 |
| Hex | 7A | 18 | FA | 33 | 5A | 0 | 2 | 10A | 60 | 36 |
| Octal | 172 | 30 | 372 | 63 | 132 | 0 | 2 | 412 | 140 | 66 |
| Binary | 1111010 | 11000 | 11111010 | 110011 | 1011010 | 0 | 10 | 100001010 | 1100000 | 110110 |
Color Harmonies of #7A18FA
Complementary color
Monochromatic Colors of #7A18FA
Black with #7A18FA
Text Example
Text Example
White with #7A18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A18FA; }
p { color: rgb(122,24,250); }
H1.HeaderClassName
{
color: #7A18FA;
}
.AnyTagClassName
{
color: #7A18FA;
}
</style>
background-color css
<style>
a { background-color: #7A18FA; }
a { background-color: rgb(122,24,250); }
div.DivClassName
{
background-color: #7A18FA;
}
.BgClassName
{
background-color: #7A18FA;
}
</style>
border-color css
<style>
span { border-color: #7A18FA; }
span { border-color: rgb(122,24,250); }
td.TdClassName
{
border-color: #7A18FA;
}
.TagClassName
{
border-color: #7A18FA;
}
</style>