Shades of Electric Indigo #790AF0
Tints of Electric Indigo #790AF0
RGB
CMYK
RGB Variations
Color information
#790AF0 (or 0x790AF0) is known color: Electric Indigo. HEX triplet: 79, 0A and F0. RGB value is (121,10,240). Sum of RGB (Red+Green+Blue) = 121+10+240=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 240 (94.14% from 255 or 64.69% from 371); Max value from RGB is 240 - color contains mainly: blue. Hex color #790AF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790AF0 is #86F50F. Grayscale: #444444. Windows color (decimal): -8844560 or 15731321. OLE color: 15731321.
HSL color Cylindrical-coordinate representation of color #790AF0: hue angle of 268.96º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790AF0 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 10 | 240 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.06 |
| HSL | 268.96º | 0.92% | 0.49% | - |
| HSV(B) | 268.96º | 0.96% | 0.94% | - |
| XYZ | 23.72 | 10.57 | 83.23 | - |
| YUV | 69.41 | 224.27 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 10 | 240 | 0.50 | 0.96 | 0 | 0.06 | 268.96 | 0.92 | 0.49 |
| Hex | 79 | A | F0 | 32 | 60 | 0 | 6 | 10D | 5C | 31 |
| Octal | 171 | 12 | 360 | 62 | 140 | 0 | 6 | 415 | 134 | 61 |
| Binary | 1111001 | 1010 | 11110000 | 110010 | 1100000 | 0 | 110 | 100001101 | 1011100 | 110001 |
Color Harmonies of #790AF0
Complementary color
Monochromatic Colors of #790AF0
Black with #790AF0
Text Example
Text Example
White with #790AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790AF0; }
p { color: rgb(121,10,240); }
H1.HeaderClassName
{
color: #790AF0;
}
.AnyTagClassName
{
color: #790AF0;
}
</style>
background-color css
<style>
a { background-color: #790AF0; }
a { background-color: rgb(121,10,240); }
div.DivClassName
{
background-color: #790AF0;
}
.BgClassName
{
background-color: #790AF0;
}
</style>
border-color css
<style>
span { border-color: #790AF0; }
span { border-color: rgb(121,10,240); }
td.TdClassName
{
border-color: #790AF0;
}
.TagClassName
{
border-color: #790AF0;
}
</style>