Shades of Electric Indigo #780FED
Tints of Electric Indigo #780FED
RGB
CMYK
RGB Variations
Color information
#780FED (or 0x780FED) is known color: Electric Indigo. HEX triplet: 78, 0F and ED. RGB value is (120,15,237). Sum of RGB (Red+Green+Blue) = 120+15+237=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #780FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780FED is #87F012. Grayscale: #464646. Windows color (decimal): -8908819 or 15535992. OLE color: 15535992.
HSL color Cylindrical-coordinate representation of color #780FED: hue angle of 268.38º 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 #780FED is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 15 | 237 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.07 |
| HSL | 268.38º | 0.88% | 0.49% | - |
| HSV(B) | 268.38º | 0.94% | 0.93% | - |
| XYZ | 23.2 | 10.45 | 80.91 | - |
| YUV | 71.7 | 221.29 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 237 | 0.49 | 0.94 | 0 | 0.07 | 268.38 | 0.88 | 0.49 |
| Hex | 78 | F | ED | 31 | 5E | 0 | 7 | 10C | 58 | 31 |
| Octal | 170 | 17 | 355 | 61 | 136 | 0 | 7 | 414 | 130 | 61 |
| Binary | 1111000 | 1111 | 11101101 | 110001 | 1011110 | 0 | 111 | 100001100 | 1011000 | 110001 |
Color Harmonies of #780FED
Complementary color
Monochromatic Colors of #780FED
Black with #780FED
Text Example
Text Example
White with #780FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780FED; }
p { color: rgb(120,15,237); }
H1.HeaderClassName
{
color: #780FED;
}
.AnyTagClassName
{
color: #780FED;
}
</style>
background-color css
<style>
a { background-color: #780FED; }
a { background-color: rgb(120,15,237); }
div.DivClassName
{
background-color: #780FED;
}
.BgClassName
{
background-color: #780FED;
}
</style>
border-color css
<style>
span { border-color: #780FED; }
span { border-color: rgb(120,15,237); }
td.TdClassName
{
border-color: #780FED;
}
.TagClassName
{
border-color: #780FED;
}
</style>