Shades of Electric Indigo #790DFE
Tints of Electric Indigo #790DFE
RGB
CMYK
RGB Variations
Color information
#790DFE (or 0x790DFE) is known color: Electric Indigo. HEX triplet: 79, 0D and FE. RGB value is (121,13,254). Sum of RGB (Red+Green+Blue) = 121+13+254=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #790DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790DFE is #86F201. Grayscale: #474747. Windows color (decimal): -8843778 or 16649593. OLE color: 16649593.
HSL color Cylindrical-coordinate representation of color #790DFE: hue angle of 266.89º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790DFE is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 13 | 254 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.00 |
| HSL | 266.89º | 0.99% | 0.52% | - |
| HSV(B) | 266.89º | 0.95% | 1% | - |
| XYZ | 25.92 | 11.51 | 94.62 | - |
| YUV | 72.77 | 230.28 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 13 | 254 | 0.52 | 0.95 | 0 | 0.00 | 266.89 | 0.99 | 0.52 |
| Hex | 79 | D | FE | 34 | 5F | 0 | 0 | 10B | 63 | 34 |
| Octal | 171 | 15 | 376 | 64 | 137 | 0 | 0 | 413 | 143 | 64 |
| Binary | 1111001 | 1101 | 11111110 | 110100 | 1011111 | 0 | 0 | 100001011 | 1100011 | 110100 |
Color Harmonies of #790DFE
Complementary color
Monochromatic Colors of #790DFE
Black with #790DFE
Text Example
Text Example
White with #790DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790DFE; }
p { color: rgb(121,13,254); }
H1.HeaderClassName
{
color: #790DFE;
}
.AnyTagClassName
{
color: #790DFE;
}
</style>
background-color css
<style>
a { background-color: #790DFE; }
a { background-color: rgb(121,13,254); }
div.DivClassName
{
background-color: #790DFE;
}
.BgClassName
{
background-color: #790DFE;
}
</style>
border-color css
<style>
span { border-color: #790DFE; }
span { border-color: rgb(121,13,254); }
td.TdClassName
{
border-color: #790DFE;
}
.TagClassName
{
border-color: #790DFE;
}
</style>