Shades of Electric Indigo #7F0FF9
Tints of Electric Indigo #7F0FF9
RGB
CMYK
RGB Variations
Color information
#7F0FF9 (or 0x7F0FF9) is known color: Electric Indigo. HEX triplet: 7F, 0F and F9. RGB value is (127,15,249). Sum of RGB (Red+Green+Blue) = 127+15+249=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #7F0FF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0FF9 is #80F006. Grayscale: #4A4A4A. Windows color (decimal): -8450055 or 16322431. OLE color: 16322431.
HSL color Cylindrical-coordinate representation of color #7F0FF9: hue angle of 268.72º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0FF9 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 15 | 249 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.02 |
| HSL | 268.72º | 0.95% | 0.52% | - |
| HSV(B) | 268.72º | 0.94% | 0.98% | - |
| XYZ | 26.02 | 11.69 | 90.51 | - |
| YUV | 75.16 | 226.11 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 15 | 249 | 0.49 | 0.94 | 0 | 0.02 | 268.72 | 0.95 | 0.52 |
| Hex | 7F | F | F9 | 31 | 5E | 0 | 2 | 10D | 5F | 34 |
| Octal | 177 | 17 | 371 | 61 | 136 | 0 | 2 | 415 | 137 | 64 |
| Binary | 1111111 | 1111 | 11111001 | 110001 | 1011110 | 0 | 10 | 100001101 | 1011111 | 110100 |
Color Harmonies of #7F0FF9
Complementary color
Monochromatic Colors of #7F0FF9
Black with #7F0FF9
Text Example
Text Example
White with #7F0FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0FF9; }
p { color: rgb(127,15,249); }
H1.HeaderClassName
{
color: #7F0FF9;
}
.AnyTagClassName
{
color: #7F0FF9;
}
</style>
background-color css
<style>
a { background-color: #7F0FF9; }
a { background-color: rgb(127,15,249); }
div.DivClassName
{
background-color: #7F0FF9;
}
.BgClassName
{
background-color: #7F0FF9;
}
</style>
border-color css
<style>
span { border-color: #7F0FF9; }
span { border-color: rgb(127,15,249); }
td.TdClassName
{
border-color: #7F0FF9;
}
.TagClassName
{
border-color: #7F0FF9;
}
</style>