Shades of Electric Indigo #780DFE
Tints of Electric Indigo #780DFE
RGB
CMYK
RGB Variations
Color information
#780DFE (or 0x780DFE) is known color: Electric Indigo. HEX triplet: 78, 0D and FE. RGB value is (120,13,254). Sum of RGB (Red+Green+Blue) = 120+13+254=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #780DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780DFE is #87F201. Grayscale: #474747. Windows color (decimal): -8909314 or 16649592. OLE color: 16649592.
HSL color Cylindrical-coordinate representation of color #780DFE: hue angle of 266.64º 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 #780DFE is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 13 | 254 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.00 |
| HSL | 266.64º | 0.99% | 0.52% | - |
| HSV(B) | 266.64º | 0.95% | 1% | - |
| XYZ | 25.78 | 11.44 | 94.61 | - |
| YUV | 72.47 | 230.45 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 254 | 0.53 | 0.95 | 0 | 0.00 | 266.64 | 0.99 | 0.52 |
| Hex | 78 | D | FE | 35 | 5F | 0 | 0 | 10B | 63 | 34 |
| Octal | 170 | 15 | 376 | 65 | 137 | 0 | 0 | 413 | 143 | 64 |
| Binary | 1111000 | 1101 | 11111110 | 110101 | 1011111 | 0 | 0 | 100001011 | 1100011 | 110100 |
Color Harmonies of #780DFE
Complementary color
Monochromatic Colors of #780DFE
Black with #780DFE
Text Example
Text Example
White with #780DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780DFE; }
p { color: rgb(120,13,254); }
H1.HeaderClassName
{
color: #780DFE;
}
.AnyTagClassName
{
color: #780DFE;
}
</style>
background-color css
<style>
a { background-color: #780DFE; }
a { background-color: rgb(120,13,254); }
div.DivClassName
{
background-color: #780DFE;
}
.BgClassName
{
background-color: #780DFE;
}
</style>
border-color css
<style>
span { border-color: #780DFE; }
span { border-color: rgb(120,13,254); }
td.TdClassName
{
border-color: #780DFE;
}
.TagClassName
{
border-color: #780DFE;
}
</style>