Shades of Electric Indigo #7F11FA
Tints of Electric Indigo #7F11FA
RGB
CMYK
RGB Variations
Color information
#7F11FA (or 0x7F11FA) is known color: Electric Indigo. HEX triplet: 7F, 11 and FA. RGB value is (127,17,250). Sum of RGB (Red+Green+Blue) = 127+17+250=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F11FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F11FA is #80EE05. Grayscale: #4B4B4B. Windows color (decimal): -8449542 or 16388479. OLE color: 16388479.
HSL color Cylindrical-coordinate representation of color #7F11FA: hue angle of 268.33º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F11FA is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 17 | 250 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.02 |
| HSL | 268.33º | 0.96% | 0.52% | - |
| HSV(B) | 268.33º | 0.93% | 0.98% | - |
| XYZ | 26.21 | 11.82 | 91.34 | - |
| YUV | 76.45 | 225.94 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 17 | 250 | 0.49 | 0.93 | 0 | 0.02 | 268.33 | 0.96 | 0.52 |
| Hex | 7F | 11 | FA | 31 | 5D | 0 | 2 | 10C | 60 | 34 |
| Octal | 177 | 21 | 372 | 61 | 135 | 0 | 2 | 414 | 140 | 64 |
| Binary | 1111111 | 10001 | 11111010 | 110001 | 1011101 | 0 | 10 | 100001100 | 1100000 | 110100 |
Color Harmonies of #7F11FA
Complementary color
Monochromatic Colors of #7F11FA
Black with #7F11FA
Text Example
Text Example
White with #7F11FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F11FA; }
p { color: rgb(127,17,250); }
H1.HeaderClassName
{
color: #7F11FA;
}
.AnyTagClassName
{
color: #7F11FA;
}
</style>
background-color css
<style>
a { background-color: #7F11FA; }
a { background-color: rgb(127,17,250); }
div.DivClassName
{
background-color: #7F11FA;
}
.BgClassName
{
background-color: #7F11FA;
}
</style>
border-color css
<style>
span { border-color: #7F11FA; }
span { border-color: rgb(127,17,250); }
td.TdClassName
{
border-color: #7F11FA;
}
.TagClassName
{
border-color: #7F11FA;
}
</style>