Shades of Electric Indigo #7C00FA
Tints of Electric Indigo #7C00FA
RGB
CMYK
RGB Variations
Color information
#7C00FA (or 0x7C00FA) is known color: Electric Indigo. HEX triplet: 7C, 00 and FA. RGB value is (124,0,250). Sum of RGB (Red+Green+Blue) = 124+0+250=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C00FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C00FA is #83FF05. Grayscale: #404040. Windows color (decimal): -8650502 or 16384124. OLE color: 16384124.
HSL color Cylindrical-coordinate representation of color #7C00FA: hue angle of 269.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00FA is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 0 | 250 | - |
| CMYK | 0.50 | 1 | 0 | 0.02 |
| HSL | 269.76º | 1% | 0.49% | - |
| HSV(B) | 269.76º | 1% | 0.98% | - |
| XYZ | 25.57 | 11.19 | 91.25 | - |
| YUV | 65.58 | 232.08 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 250 | 0.50 | 1 | 0 | 0.02 | 269.76 | 1 | 0.49 |
| Hex | 7C | 0 | FA | 32 | 64 | 0 | 2 | 10E | 64 | 31 |
| Octal | 174 | 0 | 372 | 62 | 144 | 0 | 2 | 416 | 144 | 61 |
| Binary | 1111100 | 0 | 11111010 | 110010 | 1100100 | 0 | 10 | 100001110 | 1100100 | 110001 |
Color Harmonies of #7C00FA
Complementary color
Monochromatic Colors of #7C00FA
Black with #7C00FA
Text Example
Text Example
White with #7C00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C00FA; }
p { color: rgb(124,0,250); }
H1.HeaderClassName
{
color: #7C00FA;
}
.AnyTagClassName
{
color: #7C00FA;
}
</style>
background-color css
<style>
a { background-color: #7C00FA; }
a { background-color: rgb(124,0,250); }
div.DivClassName
{
background-color: #7C00FA;
}
.BgClassName
{
background-color: #7C00FA;
}
</style>
border-color css
<style>
span { border-color: #7C00FA; }
span { border-color: rgb(124,0,250); }
td.TdClassName
{
border-color: #7C00FA;
}
.TagClassName
{
border-color: #7C00FA;
}
</style>