Shades of Electric Indigo #790FF0
Tints of Electric Indigo #790FF0
RGB
CMYK
RGB Variations
Color information
#790FF0 (or 0x790FF0) is known color: Electric Indigo. HEX triplet: 79, 0F and F0. RGB value is (121,15,240). Sum of RGB (Red+Green+Blue) = 121+15+240=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 240 (94.14% from 255 or 63.83% from 376); Max value from RGB is 240 - color contains mainly: blue. Hex color #790FF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790FF0 is #86F00F. Grayscale: #474747. Windows color (decimal): -8843280 or 15732601. OLE color: 15732601.
HSL color Cylindrical-coordinate representation of color #790FF0: hue angle of 268.27º degrees, saturation: 0.88, 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 #790FF0 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 15 | 240 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.06 |
| HSL | 268.27º | 0.88% | 0.5% | - |
| HSV(B) | 268.27º | 0.94% | 0.94% | - |
| XYZ | 23.78 | 10.7 | 83.25 | - |
| YUV | 72.34 | 222.62 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 240 | 0.50 | 0.94 | 0 | 0.06 | 268.27 | 0.88 | 0.5 |
| Hex | 79 | F | F0 | 32 | 5E | 0 | 6 | 10C | 58 | 32 |
| Octal | 171 | 17 | 360 | 62 | 136 | 0 | 6 | 414 | 130 | 62 |
| Binary | 1111001 | 1111 | 11110000 | 110010 | 1011110 | 0 | 110 | 100001100 | 1011000 | 110010 |
Color Harmonies of #790FF0
Complementary color
Monochromatic Colors of #790FF0
Black with #790FF0
Text Example
Text Example
White with #790FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790FF0; }
p { color: rgb(121,15,240); }
H1.HeaderClassName
{
color: #790FF0;
}
.AnyTagClassName
{
color: #790FF0;
}
</style>
background-color css
<style>
a { background-color: #790FF0; }
a { background-color: rgb(121,15,240); }
div.DivClassName
{
background-color: #790FF0;
}
.BgClassName
{
background-color: #790FF0;
}
</style>
border-color css
<style>
span { border-color: #790FF0; }
span { border-color: rgb(121,15,240); }
td.TdClassName
{
border-color: #790FF0;
}
.TagClassName
{
border-color: #790FF0;
}
</style>