Shades of Electric Indigo #7C18FA
Tints of Electric Indigo #7C18FA
RGB
CMYK
RGB Variations
Color information
#7C18FA (or 0x7C18FA) is known color: Electric Indigo. HEX triplet: 7C, 18 and FA. RGB value is (124,24,250). Sum of RGB (Red+Green+Blue) = 124+24+250=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 24 (9.77% from 255 or 6.03% 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 #7C18FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C18FA is #83E705. Grayscale: #4E4E4E. Windows color (decimal): -8644358 or 16390268. OLE color: 16390268.
HSL color Cylindrical-coordinate representation of color #7C18FA: hue angle of 266.55º 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 #7C18FA is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 24 | 250 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.02 |
| HSL | 266.55º | 0.96% | 0.54% | - |
| HSV(B) | 266.55º | 0.9% | 0.98% | - |
| XYZ | 25.89 | 11.84 | 91.36 | - |
| YUV | 79.66 | 224.13 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 250 | 0.50 | 0.90 | 0 | 0.02 | 266.55 | 0.96 | 0.54 |
| Hex | 7C | 18 | FA | 32 | 5A | 0 | 2 | 10B | 60 | 36 |
| Octal | 174 | 30 | 372 | 62 | 132 | 0 | 2 | 413 | 140 | 66 |
| Binary | 1111100 | 11000 | 11111010 | 110010 | 1011010 | 0 | 10 | 100001011 | 1100000 | 110110 |
Color Harmonies of #7C18FA
Complementary color
Monochromatic Colors of #7C18FA
Black with #7C18FA
Text Example
Text Example
White with #7C18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C18FA; }
p { color: rgb(124,24,250); }
H1.HeaderClassName
{
color: #7C18FA;
}
.AnyTagClassName
{
color: #7C18FA;
}
</style>
background-color css
<style>
a { background-color: #7C18FA; }
a { background-color: rgb(124,24,250); }
div.DivClassName
{
background-color: #7C18FA;
}
.BgClassName
{
background-color: #7C18FA;
}
</style>
border-color css
<style>
span { border-color: #7C18FA; }
span { border-color: rgb(124,24,250); }
td.TdClassName
{
border-color: #7C18FA;
}
.TagClassName
{
border-color: #7C18FA;
}
</style>