Shades of Electric Indigo #7911FF
Tints of Electric Indigo #7911FF
RGB
CMYK
RGB Variations
Color information
#7911FF (or 0x7911FF) is known color: Electric Indigo. HEX triplet: 79, 11 and FF. RGB value is (121,17,255). Sum of RGB (Red+Green+Blue) = 121+17+255=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #7911FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7911FF is #86EE00. Grayscale: #4A4A4A. Windows color (decimal): -8842753 or 16716153. OLE color: 16716153.
HSL color Cylindrical-coordinate representation of color #7911FF: hue angle of 266.22º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7911FF is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 17 | 255 | - |
| CMYK | 0.53 | 0.93 | 0 | 0 |
| HSL | 266.22º | 1% | 0.53% | - |
| HSV(B) | 266.22º | 0.93% | 1% | - |
| XYZ | 26.14 | 11.69 | 95.49 | - |
| YUV | 75.23 | 229.46 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 17 | 255 | 0.53 | 0.93 | 0 | 0 | 266.22 | 1 | 0.53 |
| Hex | 79 | 11 | FF | 35 | 5D | 0 | 0 | 10A | 64 | 35 |
| Octal | 171 | 21 | 377 | 65 | 135 | 0 | 0 | 412 | 144 | 65 |
| Binary | 1111001 | 10001 | 11111111 | 110101 | 1011101 | 0 | 0 | 100001010 | 1100100 | 110101 |
Color Harmonies of #7911FF
Complementary color
Monochromatic Colors of #7911FF
Black with #7911FF
Text Example
Text Example
White with #7911FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7911FF; }
p { color: rgb(121,17,255); }
H1.HeaderClassName
{
color: #7911FF;
}
.AnyTagClassName
{
color: #7911FF;
}
</style>
background-color css
<style>
a { background-color: #7911FF; }
a { background-color: rgb(121,17,255); }
div.DivClassName
{
background-color: #7911FF;
}
.BgClassName
{
background-color: #7911FF;
}
</style>
border-color css
<style>
span { border-color: #7911FF; }
span { border-color: rgb(121,17,255); }
td.TdClassName
{
border-color: #7911FF;
}
.TagClassName
{
border-color: #7911FF;
}
</style>