Shades of Electric Indigo #780FEC
Tints of Electric Indigo #780FEC
RGB
CMYK
RGB Variations
Color information
#780FEC (or 0x780FEC) is known color: Electric Indigo. HEX triplet: 78, 0F and EC. RGB value is (120,15,236). Sum of RGB (Red+Green+Blue) = 120+15+236=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #780FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780FEC is #87F013. Grayscale: #464646. Windows color (decimal): -8908820 or 15470456. OLE color: 15470456.
HSL color Cylindrical-coordinate representation of color #780FEC: hue angle of 268.51º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780FEC is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 15 | 236 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.07 |
| HSL | 268.51º | 0.88% | 0.49% | - |
| HSV(B) | 268.51º | 0.94% | 0.93% | - |
| XYZ | 23.06 | 10.39 | 80.15 | - |
| YUV | 71.59 | 220.79 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 236 | 0.49 | 0.94 | 0 | 0.07 | 268.51 | 0.88 | 0.49 |
| Hex | 78 | F | EC | 31 | 5E | 0 | 7 | 10D | 58 | 31 |
| Octal | 170 | 17 | 354 | 61 | 136 | 0 | 7 | 415 | 130 | 61 |
| Binary | 1111000 | 1111 | 11101100 | 110001 | 1011110 | 0 | 111 | 100001101 | 1011000 | 110001 |
Color Harmonies of #780FEC
Complementary color
Monochromatic Colors of #780FEC
Black with #780FEC
Text Example
Text Example
White with #780FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780FEC; }
p { color: rgb(120,15,236); }
H1.HeaderClassName
{
color: #780FEC;
}
.AnyTagClassName
{
color: #780FEC;
}
</style>
background-color css
<style>
a { background-color: #780FEC; }
a { background-color: rgb(120,15,236); }
div.DivClassName
{
background-color: #780FEC;
}
.BgClassName
{
background-color: #780FEC;
}
</style>
border-color css
<style>
span { border-color: #780FEC; }
span { border-color: rgb(120,15,236); }
td.TdClassName
{
border-color: #780FEC;
}
.TagClassName
{
border-color: #780FEC;
}
</style>