Shades of Electric Indigo #7913FE
Tints of Electric Indigo #7913FE
RGB
CMYK
RGB Variations
Color information
#7913FE (or 0x7913FE) is known color: Electric Indigo. HEX triplet: 79, 13 and FE. RGB value is (121,19,254). Sum of RGB (Red+Green+Blue) = 121+19+254=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #7913FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7913FE is #86EC01. Grayscale: #4B4B4B. Windows color (decimal): -8842242 or 16651129. OLE color: 16651129.
HSL color Cylindrical-coordinate representation of color #7913FE: hue angle of 266.04º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7913FE is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 19 | 254 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.00 |
| HSL | 266.04º | 0.99% | 0.54% | - |
| HSV(B) | 266.04º | 0.93% | 1% | - |
| XYZ | 26.01 | 11.69 | 94.65 | - |
| YUV | 76.29 | 228.29 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 19 | 254 | 0.52 | 0.93 | 0 | 0.00 | 266.04 | 0.99 | 0.54 |
| Hex | 79 | 13 | FE | 34 | 5D | 0 | 0 | 10A | 63 | 36 |
| Octal | 171 | 23 | 376 | 64 | 135 | 0 | 0 | 412 | 143 | 66 |
| Binary | 1111001 | 10011 | 11111110 | 110100 | 1011101 | 0 | 0 | 100001010 | 1100011 | 110110 |
Color Harmonies of #7913FE
Complementary color
Monochromatic Colors of #7913FE
Black with #7913FE
Text Example
Text Example
White with #7913FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7913FE; }
p { color: rgb(121,19,254); }
H1.HeaderClassName
{
color: #7913FE;
}
.AnyTagClassName
{
color: #7913FE;
}
</style>
background-color css
<style>
a { background-color: #7913FE; }
a { background-color: rgb(121,19,254); }
div.DivClassName
{
background-color: #7913FE;
}
.BgClassName
{
background-color: #7913FE;
}
</style>
border-color css
<style>
span { border-color: #7913FE; }
span { border-color: rgb(121,19,254); }
td.TdClassName
{
border-color: #7913FE;
}
.TagClassName
{
border-color: #7913FE;
}
</style>