Shades of Electric Indigo #790BE5
Tints of Electric Indigo #790BE5
RGB
CMYK
RGB Variations
Color information
#790BE5 (or 0x790BE5) is known color: Electric Indigo. HEX triplet: 79, 0B and E5. RGB value is (121,11,229). Sum of RGB (Red+Green+Blue) = 121+11+229=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 229 (89.84% from 255 or 63.43% from 361); Max value from RGB is 229 - color contains mainly: blue. Hex color #790BE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BE5 is #86F41A. Grayscale: #434343. Windows color (decimal): -8844315 or 15010681. OLE color: 15010681.
HSL color Cylindrical-coordinate representation of color #790BE5: hue angle of 270.28º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790BE5 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 11 | 229 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.10 |
| HSL | 270.28º | 0.91% | 0.47% | - |
| HSV(B) | 270.28º | 0.95% | 0.9% | - |
| XYZ | 22.15 | 9.96 | 74.88 | - |
| YUV | 68.74 | 218.44 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 229 | 0.47 | 0.95 | 0 | 0.10 | 270.28 | 0.91 | 0.47 |
| Hex | 79 | B | E5 | 2F | 5F | 0 | A | 10E | 5B | 2F |
| Octal | 171 | 13 | 345 | 57 | 137 | 0 | 12 | 416 | 133 | 57 |
| Binary | 1111001 | 1011 | 11100101 | 101111 | 1011111 | 0 | 1010 | 100001110 | 1011011 | 101111 |
Color Harmonies of #790BE5
Complementary color
Monochromatic Colors of #790BE5
Black with #790BE5
Text Example
Text Example
White with #790BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790BE5; }
p { color: rgb(121,11,229); }
H1.HeaderClassName
{
color: #790BE5;
}
.AnyTagClassName
{
color: #790BE5;
}
</style>
background-color css
<style>
a { background-color: #790BE5; }
a { background-color: rgb(121,11,229); }
div.DivClassName
{
background-color: #790BE5;
}
.BgClassName
{
background-color: #790BE5;
}
</style>
border-color css
<style>
span { border-color: #790BE5; }
span { border-color: rgb(121,11,229); }
td.TdClassName
{
border-color: #790BE5;
}
.TagClassName
{
border-color: #790BE5;
}
</style>