Shades of Electric Indigo #7F03FE
Tints of Electric Indigo #7F03FE
RGB
CMYK
RGB Variations
Color information
#7F03FE (or 0x7F03FE) is known color: Electric Indigo. HEX triplet: 7F, 03 and FE. RGB value is (127,3,254). Sum of RGB (Red+Green+Blue) = 127+3+254=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F03FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F03FE is #80FC01. Grayscale: #434343. Windows color (decimal): -8453122 or 16647039. OLE color: 16647039.
HSL color Cylindrical-coordinate representation of color #7F03FE: hue angle of 269.64º 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 #7F03FE is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 3 | 254 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.00 |
| HSL | 269.64º | 0.99% | 0.5% | - |
| HSV(B) | 269.64º | 0.99% | 1% | - |
| XYZ | 26.67 | 11.73 | 94.62 | - |
| YUV | 68.69 | 232.58 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 254 | 0.50 | 0.99 | 0 | 0.00 | 269.64 | 0.99 | 0.5 |
| Hex | 7F | 3 | FE | 32 | 63 | 0 | 0 | 10E | 63 | 32 |
| Octal | 177 | 3 | 376 | 62 | 143 | 0 | 0 | 416 | 143 | 62 |
| Binary | 1111111 | 11 | 11111110 | 110010 | 1100011 | 0 | 0 | 100001110 | 1100011 | 110010 |
Color Harmonies of #7F03FE
Complementary color
Monochromatic Colors of #7F03FE
Black with #7F03FE
Text Example
Text Example
White with #7F03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F03FE; }
p { color: rgb(127,3,254); }
H1.HeaderClassName
{
color: #7F03FE;
}
.AnyTagClassName
{
color: #7F03FE;
}
</style>
background-color css
<style>
a { background-color: #7F03FE; }
a { background-color: rgb(127,3,254); }
div.DivClassName
{
background-color: #7F03FE;
}
.BgClassName
{
background-color: #7F03FE;
}
</style>
border-color css
<style>
span { border-color: #7F03FE; }
span { border-color: rgb(127,3,254); }
td.TdClassName
{
border-color: #7F03FE;
}
.TagClassName
{
border-color: #7F03FE;
}
</style>