Shades of Electric Indigo #7F0FF2
Tints of Electric Indigo #7F0FF2
RGB
CMYK
RGB Variations
Color information
#7F0FF2 (or 0x7F0FF2) is known color: Electric Indigo. HEX triplet: 7F, 0F and F2. RGB value is (127,15,242). Sum of RGB (Red+Green+Blue) = 127+15+242=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 242 (94.92% from 255 or 63.02% from 384); Max value from RGB is 242 - color contains mainly: blue. Hex color #7F0FF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0FF2 is #80F00D. Grayscale: #494949. Windows color (decimal): -8450062 or 15863679. OLE color: 15863679.
HSL color Cylindrical-coordinate representation of color #7F0FF2: hue angle of 269.6º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0FF2 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 15 | 242 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.05 |
| HSL | 269.6º | 0.9% | 0.5% | - |
| HSV(B) | 269.6º | 0.94% | 0.95% | - |
| XYZ | 24.95 | 11.26 | 84.86 | - |
| YUV | 74.37 | 222.61 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 15 | 242 | 0.48 | 0.94 | 0 | 0.05 | 269.6 | 0.9 | 0.5 |
| Hex | 7F | F | F2 | 30 | 5E | 0 | 5 | 10E | 5A | 32 |
| Octal | 177 | 17 | 362 | 60 | 136 | 0 | 5 | 416 | 132 | 62 |
| Binary | 1111111 | 1111 | 11110010 | 110000 | 1011110 | 0 | 101 | 100001110 | 1011010 | 110010 |
Color Harmonies of #7F0FF2
Complementary color
Monochromatic Colors of #7F0FF2
Black with #7F0FF2
Text Example
Text Example
White with #7F0FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0FF2; }
p { color: rgb(127,15,242); }
H1.HeaderClassName
{
color: #7F0FF2;
}
.AnyTagClassName
{
color: #7F0FF2;
}
</style>
background-color css
<style>
a { background-color: #7F0FF2; }
a { background-color: rgb(127,15,242); }
div.DivClassName
{
background-color: #7F0FF2;
}
.BgClassName
{
background-color: #7F0FF2;
}
</style>
border-color css
<style>
span { border-color: #7F0FF2; }
span { border-color: rgb(127,15,242); }
td.TdClassName
{
border-color: #7F0FF2;
}
.TagClassName
{
border-color: #7F0FF2;
}
</style>