Shades of Electric Indigo #790EF0
Tints of Electric Indigo #790EF0
RGB
CMYK
RGB Variations
Color information
#790EF0 (or 0x790EF0) is known color: Electric Indigo. HEX triplet: 79, 0E and F0. RGB value is (121,14,240). Sum of RGB (Red+Green+Blue) = 121+14+240=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 240 (94.14% from 255 or 64% from 375); Max value from RGB is 240 - color contains mainly: blue. Hex color #790EF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790EF0 is #86F10F. Grayscale: #464646. Windows color (decimal): -8843536 or 15732345. OLE color: 15732345.
HSL color Cylindrical-coordinate representation of color #790EF0: hue angle of 268.41º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790EF0 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 14 | 240 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.06 |
| HSL | 268.41º | 0.89% | 0.5% | - |
| HSV(B) | 268.41º | 0.94% | 0.94% | - |
| XYZ | 23.77 | 10.67 | 83.24 | - |
| YUV | 71.76 | 222.95 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 14 | 240 | 0.50 | 0.94 | 0 | 0.06 | 268.41 | 0.89 | 0.5 |
| Hex | 79 | E | F0 | 32 | 5E | 0 | 6 | 10C | 59 | 32 |
| Octal | 171 | 16 | 360 | 62 | 136 | 0 | 6 | 414 | 131 | 62 |
| Binary | 1111001 | 1110 | 11110000 | 110010 | 1011110 | 0 | 110 | 100001100 | 1011001 | 110010 |
Color Harmonies of #790EF0
Complementary color
Monochromatic Colors of #790EF0
Black with #790EF0
Text Example
Text Example
White with #790EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790EF0; }
p { color: rgb(121,14,240); }
H1.HeaderClassName
{
color: #790EF0;
}
.AnyTagClassName
{
color: #790EF0;
}
</style>
background-color css
<style>
a { background-color: #790EF0; }
a { background-color: rgb(121,14,240); }
div.DivClassName
{
background-color: #790EF0;
}
.BgClassName
{
background-color: #790EF0;
}
</style>
border-color css
<style>
span { border-color: #790EF0; }
span { border-color: rgb(121,14,240); }
td.TdClassName
{
border-color: #790EF0;
}
.TagClassName
{
border-color: #790EF0;
}
</style>