Shades of Electric Indigo #7F00FE
Tints of Electric Indigo #7F00FE
RGB
CMYK
RGB Variations
Color information
#7F00FE (or 0x7F00FE) is known color: Electric Indigo. HEX triplet: 7F, 00 and FE. RGB value is (127,0,254). Sum of RGB (Red+Green+Blue) = 127+0+254=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F00FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F00FE is #80FF01. Grayscale: #424242. Windows color (decimal): -8453890 or 16646271. OLE color: 16646271.
HSL color Cylindrical-coordinate representation of color #7F00FE: hue angle of 270º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F00FE is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 0 | 254 | - |
| CMYK | 0.50 | 1 | 0 | 0.00 |
| HSL | 270º | 1% | 0.5% | - |
| HSV(B) | 270º | 1% | 1% | - |
| XYZ | 26.64 | 11.67 | 94.61 | - |
| YUV | 66.93 | 233.58 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 254 | 0.50 | 1 | 0 | 0.00 | 270 | 1 | 0.5 |
| Hex | 7F | 0 | FE | 32 | 64 | 0 | 0 | 10E | 64 | 32 |
| Octal | 177 | 0 | 376 | 62 | 144 | 0 | 0 | 416 | 144 | 62 |
| Binary | 1111111 | 0 | 11111110 | 110010 | 1100100 | 0 | 0 | 100001110 | 1100100 | 110010 |
Color Harmonies of #7F00FE
Complementary color
Monochromatic Colors of #7F00FE
Black with #7F00FE
Text Example
Text Example
White with #7F00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F00FE; }
p { color: rgb(127,0,254); }
H1.HeaderClassName
{
color: #7F00FE;
}
.AnyTagClassName
{
color: #7F00FE;
}
</style>
background-color css
<style>
a { background-color: #7F00FE; }
a { background-color: rgb(127,0,254); }
div.DivClassName
{
background-color: #7F00FE;
}
.BgClassName
{
background-color: #7F00FE;
}
</style>
border-color css
<style>
span { border-color: #7F00FE; }
span { border-color: rgb(127,0,254); }
td.TdClassName
{
border-color: #7F00FE;
}
.TagClassName
{
border-color: #7F00FE;
}
</style>