Shades of Electric Indigo #7F17FE
Tints of Electric Indigo #7F17FE
RGB
CMYK
RGB Variations
Color information
#7F17FE (or 0x7F17FE) is known color: Electric Indigo. HEX triplet: 7F, 17 and FE. RGB value is (127,23,254). Sum of RGB (Red+Green+Blue) = 127+23+254=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F17FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F17FE is #80E801. Grayscale: #4F4F4F. Windows color (decimal): -8448002 or 16652159. OLE color: 16652159.
HSL color Cylindrical-coordinate representation of color #7F17FE: hue angle of 267.01º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F17FE is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 23 | 254 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.00 |
| HSL | 267.01º | 0.99% | 0.54% | - |
| HSV(B) | 267.01º | 0.91% | 1% | - |
| XYZ | 26.95 | 12.28 | 94.72 | - |
| YUV | 80.43 | 225.96 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 254 | 0.50 | 0.91 | 0 | 0.00 | 267.01 | 0.99 | 0.54 |
| Hex | 7F | 17 | FE | 32 | 5B | 0 | 0 | 10B | 63 | 36 |
| Octal | 177 | 27 | 376 | 62 | 133 | 0 | 0 | 413 | 143 | 66 |
| Binary | 1111111 | 10111 | 11111110 | 110010 | 1011011 | 0 | 0 | 100001011 | 1100011 | 110110 |
Color Harmonies of #7F17FE
Complementary color
Monochromatic Colors of #7F17FE
Black with #7F17FE
Text Example
Text Example
White with #7F17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F17FE; }
p { color: rgb(127,23,254); }
H1.HeaderClassName
{
color: #7F17FE;
}
.AnyTagClassName
{
color: #7F17FE;
}
</style>
background-color css
<style>
a { background-color: #7F17FE; }
a { background-color: rgb(127,23,254); }
div.DivClassName
{
background-color: #7F17FE;
}
.BgClassName
{
background-color: #7F17FE;
}
</style>
border-color css
<style>
span { border-color: #7F17FE; }
span { border-color: rgb(127,23,254); }
td.TdClassName
{
border-color: #7F17FE;
}
.TagClassName
{
border-color: #7F17FE;
}
</style>