Shades of Electric Indigo #7C11FF
Tints of Electric Indigo #7C11FF
RGB
CMYK
RGB Variations
Color information
#7C11FF (or 0x7C11FF) is known color: Electric Indigo. HEX triplet: 7C, 11 and FF. RGB value is (124,17,255). Sum of RGB (Red+Green+Blue) = 124+17+255=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C11FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C11FF is #83EE00. Grayscale: #4B4B4B. Windows color (decimal): -8646145 or 16716156. OLE color: 16716156.
HSL color Cylindrical-coordinate representation of color #7C11FF: hue angle of 266.97º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C11FF is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 17 | 255 | - |
| CMYK | 0.51 | 0.93 | 0 | 0 |
| HSL | 266.97º | 1% | 0.53% | - |
| HSV(B) | 266.97º | 0.93% | 1% | - |
| XYZ | 26.56 | 11.91 | 95.51 | - |
| YUV | 76.13 | 228.95 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 255 | 0.51 | 0.93 | 0 | 0 | 266.97 | 1 | 0.53 |
| Hex | 7C | 11 | FF | 33 | 5D | 0 | 0 | 10B | 64 | 35 |
| Octal | 174 | 21 | 377 | 63 | 135 | 0 | 0 | 413 | 144 | 65 |
| Binary | 1111100 | 10001 | 11111111 | 110011 | 1011101 | 0 | 0 | 100001011 | 1100100 | 110101 |
Color Harmonies of #7C11FF
Complementary color
Monochromatic Colors of #7C11FF
Black with #7C11FF
Text Example
Text Example
White with #7C11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C11FF; }
p { color: rgb(124,17,255); }
H1.HeaderClassName
{
color: #7C11FF;
}
.AnyTagClassName
{
color: #7C11FF;
}
</style>
background-color css
<style>
a { background-color: #7C11FF; }
a { background-color: rgb(124,17,255); }
div.DivClassName
{
background-color: #7C11FF;
}
.BgClassName
{
background-color: #7C11FF;
}
</style>
border-color css
<style>
span { border-color: #7C11FF; }
span { border-color: rgb(124,17,255); }
td.TdClassName
{
border-color: #7C11FF;
}
.TagClassName
{
border-color: #7C11FF;
}
</style>