Shades of Electric Indigo #7C03FA
Tints of Electric Indigo #7C03FA
RGB
CMYK
RGB Variations
Color information
#7C03FA (or 0x7C03FA) is known color: Electric Indigo. HEX triplet: 7C, 03 and FA. RGB value is (124,3,250). Sum of RGB (Red+Green+Blue) = 124+3+250=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C03FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C03FA is #83FC05. Grayscale: #424242. Windows color (decimal): -8649734 or 16384892. OLE color: 16384892.
HSL color Cylindrical-coordinate representation of color #7C03FA: hue angle of 269.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C03FA is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 3 | 250 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.02 |
| HSL | 269.39º | 0.98% | 0.5% | - |
| HSV(B) | 269.39º | 0.99% | 0.98% | - |
| XYZ | 25.6 | 11.25 | 91.27 | - |
| YUV | 67.34 | 231.09 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 250 | 0.50 | 0.99 | 0 | 0.02 | 269.39 | 0.98 | 0.5 |
| Hex | 7C | 3 | FA | 32 | 63 | 0 | 2 | 10D | 62 | 32 |
| Octal | 174 | 3 | 372 | 62 | 143 | 0 | 2 | 415 | 142 | 62 |
| Binary | 1111100 | 11 | 11111010 | 110010 | 1100011 | 0 | 10 | 100001101 | 1100010 | 110010 |
Color Harmonies of #7C03FA
Complementary color
Monochromatic Colors of #7C03FA
Black with #7C03FA
Text Example
Text Example
White with #7C03FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C03FA; }
p { color: rgb(124,3,250); }
H1.HeaderClassName
{
color: #7C03FA;
}
.AnyTagClassName
{
color: #7C03FA;
}
</style>
background-color css
<style>
a { background-color: #7C03FA; }
a { background-color: rgb(124,3,250); }
div.DivClassName
{
background-color: #7C03FA;
}
.BgClassName
{
background-color: #7C03FA;
}
</style>
border-color css
<style>
span { border-color: #7C03FA; }
span { border-color: rgb(124,3,250); }
td.TdClassName
{
border-color: #7C03FA;
}
.TagClassName
{
border-color: #7C03FA;
}
</style>