Shades of Electric Indigo #790AFF
Tints of Electric Indigo #790AFF
RGB
CMYK
RGB Variations
Color information
#790AFF (or 0x790AFF) is known color: Electric Indigo. HEX triplet: 79, 0A and FF. RGB value is (121,10,255). Sum of RGB (Red+Green+Blue) = 121+10+255=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #790AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790AFF is #86F500. Grayscale: #464646. Windows color (decimal): -8844545 or 16714361. OLE color: 16714361.
HSL color Cylindrical-coordinate representation of color #790AFF: hue angle of 267.18º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790AFF is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 10 | 255 | - |
| CMYK | 0.53 | 0.96 | 0 | 0 |
| HSL | 267.18º | 1% | 0.52% | - |
| HSV(B) | 267.18º | 0.96% | 1% | - |
| XYZ | 26.04 | 11.5 | 95.46 | - |
| YUV | 71.12 | 231.77 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 10 | 255 | 0.53 | 0.96 | 0 | 0 | 267.18 | 1 | 0.52 |
| Hex | 79 | A | FF | 35 | 60 | 0 | 0 | 10B | 64 | 34 |
| Octal | 171 | 12 | 377 | 65 | 140 | 0 | 0 | 413 | 144 | 64 |
| Binary | 1111001 | 1010 | 11111111 | 110101 | 1100000 | 0 | 0 | 100001011 | 1100100 | 110100 |
Color Harmonies of #790AFF
Complementary color
Monochromatic Colors of #790AFF
Black with #790AFF
Text Example
Text Example
White with #790AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790AFF; }
p { color: rgb(121,10,255); }
H1.HeaderClassName
{
color: #790AFF;
}
.AnyTagClassName
{
color: #790AFF;
}
</style>
background-color css
<style>
a { background-color: #790AFF; }
a { background-color: rgb(121,10,255); }
div.DivClassName
{
background-color: #790AFF;
}
.BgClassName
{
background-color: #790AFF;
}
</style>
border-color css
<style>
span { border-color: #790AFF; }
span { border-color: rgb(121,10,255); }
td.TdClassName
{
border-color: #790AFF;
}
.TagClassName
{
border-color: #790AFF;
}
</style>