Shades of Electric Indigo #7919FF
Tints of Electric Indigo #7919FF
RGB
CMYK
RGB Variations
Color information
#7919FF (or 0x7919FF) is known color: Electric Indigo. HEX triplet: 79, 19 and FF. RGB value is (121,25,255). Sum of RGB (Red+Green+Blue) = 121+25+255=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #7919FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7919FF is #86E600. Grayscale: #4F4F4F. Windows color (decimal): -8840705 or 16718201. OLE color: 16718201.
HSL color Cylindrical-coordinate representation of color #7919FF: hue angle of 265.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7919FF is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 25 | 255 | - |
| CMYK | 0.53 | 0.90 | 0 | 0 |
| HSL | 265.04º | 1% | 0.55% | - |
| HSV(B) | 265.04º | 0.9% | 1% | - |
| XYZ | 26.28 | 11.98 | 95.53 | - |
| YUV | 79.92 | 226.8 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 25 | 255 | 0.53 | 0.90 | 0 | 0 | 265.04 | 1 | 0.55 |
| Hex | 79 | 19 | FF | 35 | 5A | 0 | 0 | 109 | 64 | 37 |
| Octal | 171 | 31 | 377 | 65 | 132 | 0 | 0 | 411 | 144 | 67 |
| Binary | 1111001 | 11001 | 11111111 | 110101 | 1011010 | 0 | 0 | 100001001 | 1100100 | 110111 |
Color Harmonies of #7919FF
Complementary color
Monochromatic Colors of #7919FF
Black with #7919FF
Text Example
Text Example
White with #7919FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7919FF; }
p { color: rgb(121,25,255); }
H1.HeaderClassName
{
color: #7919FF;
}
.AnyTagClassName
{
color: #7919FF;
}
</style>
background-color css
<style>
a { background-color: #7919FF; }
a { background-color: rgb(121,25,255); }
div.DivClassName
{
background-color: #7919FF;
}
.BgClassName
{
background-color: #7919FF;
}
</style>
border-color css
<style>
span { border-color: #7919FF; }
span { border-color: rgb(121,25,255); }
td.TdClassName
{
border-color: #7919FF;
}
.TagClassName
{
border-color: #7919FF;
}
</style>