Shades of Electric Indigo #7F02FE
Tints of Electric Indigo #7F02FE
RGB
CMYK
RGB Variations
Color information
#7F02FE (or 0x7F02FE) is known color: Electric Indigo. HEX triplet: 7F, 02 and FE. RGB value is (127,2,254). Sum of RGB (Red+Green+Blue) = 127+2+254=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F02FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F02FE is #80FD01. Grayscale: #434343. Windows color (decimal): -8453378 or 16646783. OLE color: 16646783.
HSL color Cylindrical-coordinate representation of color #7F02FE: hue angle of 269.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F02FE is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 2 | 254 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.00 |
| HSL | 269.76º | 0.99% | 0.5% | - |
| HSV(B) | 269.76º | 0.99% | 1% | - |
| XYZ | 26.66 | 11.71 | 94.62 | - |
| YUV | 68.1 | 232.91 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 254 | 0.50 | 0.99 | 0 | 0.00 | 269.76 | 0.99 | 0.5 |
| Hex | 7F | 2 | FE | 32 | 63 | 0 | 0 | 10E | 63 | 32 |
| Octal | 177 | 2 | 376 | 62 | 143 | 0 | 0 | 416 | 143 | 62 |
| Binary | 1111111 | 10 | 11111110 | 110010 | 1100011 | 0 | 0 | 100001110 | 1100011 | 110010 |
Color Harmonies of #7F02FE
Complementary color
Monochromatic Colors of #7F02FE
Black with #7F02FE
Text Example
Text Example
White with #7F02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F02FE; }
p { color: rgb(127,2,254); }
H1.HeaderClassName
{
color: #7F02FE;
}
.AnyTagClassName
{
color: #7F02FE;
}
</style>
background-color css
<style>
a { background-color: #7F02FE; }
a { background-color: rgb(127,2,254); }
div.DivClassName
{
background-color: #7F02FE;
}
.BgClassName
{
background-color: #7F02FE;
}
</style>
border-color css
<style>
span { border-color: #7F02FE; }
span { border-color: rgb(127,2,254); }
td.TdClassName
{
border-color: #7F02FE;
}
.TagClassName
{
border-color: #7F02FE;
}
</style>