Shades of Electric Indigo #790CFF
Tints of Electric Indigo #790CFF
RGB
CMYK
RGB Variations
Color information
#790CFF (or 0x790CFF) is known color: Electric Indigo. HEX triplet: 79, 0C and FF. RGB value is (121,12,255). Sum of RGB (Red+Green+Blue) = 121+12+255=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #790CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790CFF is #86F300. Grayscale: #474747. Windows color (decimal): -8844033 or 16714873. OLE color: 16714873.
HSL color Cylindrical-coordinate representation of color #790CFF: hue angle of 266.91º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790CFF is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 12 | 255 | - |
| CMYK | 0.53 | 0.95 | 0 | 0 |
| HSL | 266.91º | 1% | 0.52% | - |
| HSV(B) | 266.91º | 0.95% | 1% | - |
| XYZ | 26.07 | 11.55 | 95.46 | - |
| YUV | 72.29 | 231.11 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 255 | 0.53 | 0.95 | 0 | 0 | 266.91 | 1 | 0.52 |
| Hex | 79 | C | FF | 35 | 5F | 0 | 0 | 10B | 64 | 34 |
| Octal | 171 | 14 | 377 | 65 | 137 | 0 | 0 | 413 | 144 | 64 |
| Binary | 1111001 | 1100 | 11111111 | 110101 | 1011111 | 0 | 0 | 100001011 | 1100100 | 110100 |
Color Harmonies of #790CFF
Complementary color
Monochromatic Colors of #790CFF
Black with #790CFF
Text Example
Text Example
White with #790CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790CFF; }
p { color: rgb(121,12,255); }
H1.HeaderClassName
{
color: #790CFF;
}
.AnyTagClassName
{
color: #790CFF;
}
</style>
background-color css
<style>
a { background-color: #790CFF; }
a { background-color: rgb(121,12,255); }
div.DivClassName
{
background-color: #790CFF;
}
.BgClassName
{
background-color: #790CFF;
}
</style>
border-color css
<style>
span { border-color: #790CFF; }
span { border-color: rgb(121,12,255); }
td.TdClassName
{
border-color: #790CFF;
}
.TagClassName
{
border-color: #790CFF;
}
</style>