Shades of Electric Indigo #7C0CEF
Tints of Electric Indigo #7C0CEF
RGB
CMYK
RGB Variations
Color information
#7C0CEF (or 0x7C0CEF) is known color: Electric Indigo. HEX triplet: 7C, 0C and EF. RGB value is (124,12,239). Sum of RGB (Red+Green+Blue) = 124+12+239=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C0CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0CEF is #83F310. Grayscale: #464646. Windows color (decimal): -8647441 or 15666300. OLE color: 15666300.
HSL color Cylindrical-coordinate representation of color #7C0CEF: hue angle of 269.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0CEF is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 12 | 239 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.06 |
| HSL | 269.6º | 0.9% | 0.49% | - |
| HSV(B) | 269.6º | 0.95% | 0.94% | - |
| XYZ | 24.02 | 10.78 | 82.48 | - |
| YUV | 71.37 | 222.61 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 12 | 239 | 0.48 | 0.95 | 0 | 0.06 | 269.6 | 0.9 | 0.49 |
| Hex | 7C | C | EF | 30 | 5F | 0 | 6 | 10E | 5A | 31 |
| Octal | 174 | 14 | 357 | 60 | 137 | 0 | 6 | 416 | 132 | 61 |
| Binary | 1111100 | 1100 | 11101111 | 110000 | 1011111 | 0 | 110 | 100001110 | 1011010 | 110001 |
Color Harmonies of #7C0CEF
Complementary color
Monochromatic Colors of #7C0CEF
Black with #7C0CEF
Text Example
Text Example
White with #7C0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0CEF; }
p { color: rgb(124,12,239); }
H1.HeaderClassName
{
color: #7C0CEF;
}
.AnyTagClassName
{
color: #7C0CEF;
}
</style>
background-color css
<style>
a { background-color: #7C0CEF; }
a { background-color: rgb(124,12,239); }
div.DivClassName
{
background-color: #7C0CEF;
}
.BgClassName
{
background-color: #7C0CEF;
}
</style>
border-color css
<style>
span { border-color: #7C0CEF; }
span { border-color: rgb(124,12,239); }
td.TdClassName
{
border-color: #7C0CEF;
}
.TagClassName
{
border-color: #7C0CEF;
}
</style>