Shades of Electric Indigo #7915FA
Tints of Electric Indigo #7915FA
RGB
CMYK
RGB Variations
Color information
#7915FA (or 0x7915FA) is known color: Electric Indigo. HEX triplet: 79, 15 and FA. RGB value is (121,21,250). Sum of RGB (Red+Green+Blue) = 121+21+250=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #7915FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7915FA is #86EA05. Grayscale: #4C4C4C. Windows color (decimal): -8841734 or 16389497. OLE color: 16389497.
HSL color Cylindrical-coordinate representation of color #7915FA: hue angle of 266.2º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7915FA is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 21 | 250 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.02 |
| HSL | 266.2º | 0.96% | 0.53% | - |
| HSV(B) | 266.2º | 0.92% | 0.98% | - |
| XYZ | 25.41 | 11.5 | 91.32 | - |
| YUV | 77.01 | 225.63 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 21 | 250 | 0.52 | 0.92 | 0 | 0.02 | 266.2 | 0.96 | 0.53 |
| Hex | 79 | 15 | FA | 34 | 5C | 0 | 2 | 10A | 60 | 35 |
| Octal | 171 | 25 | 372 | 64 | 134 | 0 | 2 | 412 | 140 | 65 |
| Binary | 1111001 | 10101 | 11111010 | 110100 | 1011100 | 0 | 10 | 100001010 | 1100000 | 110101 |
Color Harmonies of #7915FA
Complementary color
Monochromatic Colors of #7915FA
Black with #7915FA
Text Example
Text Example
White with #7915FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7915FA; }
p { color: rgb(121,21,250); }
H1.HeaderClassName
{
color: #7915FA;
}
.AnyTagClassName
{
color: #7915FA;
}
</style>
background-color css
<style>
a { background-color: #7915FA; }
a { background-color: rgb(121,21,250); }
div.DivClassName
{
background-color: #7915FA;
}
.BgClassName
{
background-color: #7915FA;
}
</style>
border-color css
<style>
span { border-color: #7915FA; }
span { border-color: rgb(121,21,250); }
td.TdClassName
{
border-color: #7915FA;
}
.TagClassName
{
border-color: #7915FA;
}
</style>