Shades of Electric Indigo #7F19FE
Tints of Electric Indigo #7F19FE
RGB
CMYK
RGB Variations
Color information
#7F19FE (or 0x7F19FE) is known color: Electric Indigo. HEX triplet: 7F, 19 and FE. RGB value is (127,25,254). Sum of RGB (Red+Green+Blue) = 127+25+254=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F19FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F19FE is #80E601. Grayscale: #505050. Windows color (decimal): -8447490 or 16652671. OLE color: 16652671.
HSL color Cylindrical-coordinate representation of color #7F19FE: hue angle of 266.72º 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 #7F19FE is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 25 | 254 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.00 |
| HSL | 266.72º | 0.99% | 0.55% | - |
| HSV(B) | 266.72º | 0.9% | 1% | - |
| XYZ | 26.99 | 12.36 | 94.73 | - |
| YUV | 81.6 | 225.29 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 25 | 254 | 0.50 | 0.90 | 0 | 0.00 | 266.72 | 0.99 | 0.55 |
| Hex | 7F | 19 | FE | 32 | 5A | 0 | 0 | 10B | 63 | 37 |
| Octal | 177 | 31 | 376 | 62 | 132 | 0 | 0 | 413 | 143 | 67 |
| Binary | 1111111 | 11001 | 11111110 | 110010 | 1011010 | 0 | 0 | 100001011 | 1100011 | 110111 |
Color Harmonies of #7F19FE
Complementary color
Monochromatic Colors of #7F19FE
Black with #7F19FE
Text Example
Text Example
White with #7F19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F19FE; }
p { color: rgb(127,25,254); }
H1.HeaderClassName
{
color: #7F19FE;
}
.AnyTagClassName
{
color: #7F19FE;
}
</style>
background-color css
<style>
a { background-color: #7F19FE; }
a { background-color: rgb(127,25,254); }
div.DivClassName
{
background-color: #7F19FE;
}
.BgClassName
{
background-color: #7F19FE;
}
</style>
border-color css
<style>
span { border-color: #7F19FE; }
span { border-color: rgb(127,25,254); }
td.TdClassName
{
border-color: #7F19FE;
}
.TagClassName
{
border-color: #7F19FE;
}
</style>