Shades of Electric Indigo #7C10FA
Tints of Electric Indigo #7C10FA
RGB
CMYK
RGB Variations
Color information
#7C10FA (or 0x7C10FA) is known color: Electric Indigo. HEX triplet: 7C, 10 and FA. RGB value is (124,16,250). Sum of RGB (Red+Green+Blue) = 124+16+250=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C10FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C10FA is #83EF05. Grayscale: #4A4A4A. Windows color (decimal): -8646406 or 16388220. OLE color: 16388220.
HSL color Cylindrical-coordinate representation of color #7C10FA: hue angle of 267.69º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C10FA is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 16 | 250 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.02 |
| HSL | 267.69º | 0.96% | 0.52% | - |
| HSV(B) | 267.69º | 0.94% | 0.98% | - |
| XYZ | 25.75 | 11.56 | 91.32 | - |
| YUV | 74.97 | 226.78 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 250 | 0.50 | 0.94 | 0 | 0.02 | 267.69 | 0.96 | 0.52 |
| Hex | 7C | 10 | FA | 32 | 5E | 0 | 2 | 10C | 60 | 34 |
| Octal | 174 | 20 | 372 | 62 | 136 | 0 | 2 | 414 | 140 | 64 |
| Binary | 1111100 | 10000 | 11111010 | 110010 | 1011110 | 0 | 10 | 100001100 | 1100000 | 110100 |
Color Harmonies of #7C10FA
Complementary color
Monochromatic Colors of #7C10FA
Black with #7C10FA
Text Example
Text Example
White with #7C10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C10FA; }
p { color: rgb(124,16,250); }
H1.HeaderClassName
{
color: #7C10FA;
}
.AnyTagClassName
{
color: #7C10FA;
}
</style>
background-color css
<style>
a { background-color: #7C10FA; }
a { background-color: rgb(124,16,250); }
div.DivClassName
{
background-color: #7C10FA;
}
.BgClassName
{
background-color: #7C10FA;
}
</style>
border-color css
<style>
span { border-color: #7C10FA; }
span { border-color: rgb(124,16,250); }
td.TdClassName
{
border-color: #7C10FA;
}
.TagClassName
{
border-color: #7C10FA;
}
</style>