Shades of Electric Indigo #7913F1
Tints of Electric Indigo #7913F1
RGB
CMYK
RGB Variations
Color information
#7913F1 (or 0x7913F1) is known color: Electric Indigo. HEX triplet: 79, 13 and F1. RGB value is (121,19,241). Sum of RGB (Red+Green+Blue) = 121+19+241=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 241 (94.53% from 255 or 63.25% from 381); Max value from RGB is 241 - color contains mainly: blue. Hex color #7913F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7913F1 is #86EC0E. Grayscale: #4A4A4A. Windows color (decimal): -8842255 or 15799161. OLE color: 15799161.
HSL color Cylindrical-coordinate representation of color #7913F1: hue angle of 267.57º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7913F1 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 19 | 241 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.05 |
| HSL | 267.57º | 0.89% | 0.51% | - |
| HSV(B) | 267.57º | 0.92% | 0.95% | - |
| XYZ | 24 | 10.88 | 84.05 | - |
| YUV | 74.81 | 221.79 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 19 | 241 | 0.50 | 0.92 | 0 | 0.05 | 267.57 | 0.89 | 0.51 |
| Hex | 79 | 13 | F1 | 32 | 5C | 0 | 5 | 10C | 59 | 33 |
| Octal | 171 | 23 | 361 | 62 | 134 | 0 | 5 | 414 | 131 | 63 |
| Binary | 1111001 | 10011 | 11110001 | 110010 | 1011100 | 0 | 101 | 100001100 | 1011001 | 110011 |
Color Harmonies of #7913F1
Complementary color
Monochromatic Colors of #7913F1
Black with #7913F1
Text Example
Text Example
White with #7913F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7913F1; }
p { color: rgb(121,19,241); }
H1.HeaderClassName
{
color: #7913F1;
}
.AnyTagClassName
{
color: #7913F1;
}
</style>
background-color css
<style>
a { background-color: #7913F1; }
a { background-color: rgb(121,19,241); }
div.DivClassName
{
background-color: #7913F1;
}
.BgClassName
{
background-color: #7913F1;
}
</style>
border-color css
<style>
span { border-color: #7913F1; }
span { border-color: rgb(121,19,241); }
td.TdClassName
{
border-color: #7913F1;
}
.TagClassName
{
border-color: #7913F1;
}
</style>