Shades of Electric Indigo #7C19FE
Tints of Electric Indigo #7C19FE
RGB
CMYK
RGB Variations
Color information
#7C19FE (or 0x7C19FE) is known color: Electric Indigo. HEX triplet: 7C, 19 and FE. RGB value is (124,25,254). Sum of RGB (Red+Green+Blue) = 124+25+254=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C19FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C19FE is #83E601. Grayscale: #4F4F4F. Windows color (decimal): -8644098 or 16652668. OLE color: 16652668.
HSL color Cylindrical-coordinate representation of color #7C19FE: hue angle of 265.94º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C19FE is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 25 | 254 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.00 |
| HSL | 265.94º | 0.99% | 0.55% | - |
| HSV(B) | 265.94º | 0.9% | 1% | - |
| XYZ | 26.55 | 12.14 | 94.71 | - |
| YUV | 80.71 | 225.8 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 254 | 0.51 | 0.90 | 0 | 0.00 | 265.94 | 0.99 | 0.55 |
| Hex | 7C | 19 | FE | 33 | 5A | 0 | 0 | 10A | 63 | 37 |
| Octal | 174 | 31 | 376 | 63 | 132 | 0 | 0 | 412 | 143 | 67 |
| Binary | 1111100 | 11001 | 11111110 | 110011 | 1011010 | 0 | 0 | 100001010 | 1100011 | 110111 |
Color Harmonies of #7C19FE
Complementary color
Monochromatic Colors of #7C19FE
Black with #7C19FE
Text Example
Text Example
White with #7C19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C19FE; }
p { color: rgb(124,25,254); }
H1.HeaderClassName
{
color: #7C19FE;
}
.AnyTagClassName
{
color: #7C19FE;
}
</style>
background-color css
<style>
a { background-color: #7C19FE; }
a { background-color: rgb(124,25,254); }
div.DivClassName
{
background-color: #7C19FE;
}
.BgClassName
{
background-color: #7C19FE;
}
</style>
border-color css
<style>
span { border-color: #7C19FE; }
span { border-color: rgb(124,25,254); }
td.TdClassName
{
border-color: #7C19FE;
}
.TagClassName
{
border-color: #7C19FE;
}
</style>