Shades of Electric Indigo #7F02FF
Tints of Electric Indigo #7F02FF
RGB
CMYK
RGB Variations
Color information
#7F02FF (or 0x7F02FF) is known color: Electric Indigo. HEX triplet: 7F, 02 and FF. RGB value is (127,2,255). Sum of RGB (Red+Green+Blue) = 127+2+255=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F02FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F02FF is #80FD00. Grayscale: #434343. Windows color (decimal): -8453377 or 16712319. OLE color: 16712319.
HSL color Cylindrical-coordinate representation of color #7F02FF: hue angle of 269.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F02FF is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 2 | 255 | - |
| CMYK | 0.50 | 0.99 | 0 | 0 |
| HSL | 269.64º | 1% | 0.5% | - |
| HSV(B) | 269.64º | 0.99% | 1% | - |
| XYZ | 26.82 | 11.78 | 95.47 | - |
| YUV | 68.22 | 233.41 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 2 | 255 | 0.50 | 0.99 | 0 | 0 | 269.64 | 1 | 0.5 |
| Hex | 7F | 2 | FF | 32 | 63 | 0 | 0 | 10E | 64 | 32 |
| Octal | 177 | 2 | 377 | 62 | 143 | 0 | 0 | 416 | 144 | 62 |
| Binary | 1111111 | 10 | 11111111 | 110010 | 1100011 | 0 | 0 | 100001110 | 1100100 | 110010 |
Color Harmonies of #7F02FF
Complementary color
Monochromatic Colors of #7F02FF
Black with #7F02FF
Text Example
Text Example
White with #7F02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F02FF; }
p { color: rgb(127,2,255); }
H1.HeaderClassName
{
color: #7F02FF;
}
.AnyTagClassName
{
color: #7F02FF;
}
</style>
background-color css
<style>
a { background-color: #7F02FF; }
a { background-color: rgb(127,2,255); }
div.DivClassName
{
background-color: #7F02FF;
}
.BgClassName
{
background-color: #7F02FF;
}
</style>
border-color css
<style>
span { border-color: #7F02FF; }
span { border-color: rgb(127,2,255); }
td.TdClassName
{
border-color: #7F02FF;
}
.TagClassName
{
border-color: #7F02FF;
}
</style>