Shades of Electric Indigo #780FFE
Tints of Electric Indigo #780FFE
RGB
CMYK
RGB Variations
Color information
#780FFE (or 0x780FFE) is known color: Electric Indigo. HEX triplet: 78, 0F and FE. RGB value is (120,15,254). Sum of RGB (Red+Green+Blue) = 120+15+254=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #780FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780FFE is #87F001. Grayscale: #484848. Windows color (decimal): -8908802 or 16650104. OLE color: 16650104.
HSL color Cylindrical-coordinate representation of color #780FFE: hue angle of 266.36º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780FFE is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 15 | 254 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.00 |
| HSL | 266.36º | 0.99% | 0.53% | - |
| HSV(B) | 266.36º | 0.94% | 1% | - |
| XYZ | 25.81 | 11.49 | 94.62 | - |
| YUV | 73.64 | 229.79 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 254 | 0.53 | 0.94 | 0 | 0.00 | 266.36 | 0.99 | 0.53 |
| Hex | 78 | F | FE | 35 | 5E | 0 | 0 | 10A | 63 | 35 |
| Octal | 170 | 17 | 376 | 65 | 136 | 0 | 0 | 412 | 143 | 65 |
| Binary | 1111000 | 1111 | 11111110 | 110101 | 1011110 | 0 | 0 | 100001010 | 1100011 | 110101 |
Color Harmonies of #780FFE
Complementary color
Monochromatic Colors of #780FFE
Black with #780FFE
Text Example
Text Example
White with #780FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780FFE; }
p { color: rgb(120,15,254); }
H1.HeaderClassName
{
color: #780FFE;
}
.AnyTagClassName
{
color: #780FFE;
}
</style>
background-color css
<style>
a { background-color: #780FFE; }
a { background-color: rgb(120,15,254); }
div.DivClassName
{
background-color: #780FFE;
}
.BgClassName
{
background-color: #780FFE;
}
</style>
border-color css
<style>
span { border-color: #780FFE; }
span { border-color: rgb(120,15,254); }
td.TdClassName
{
border-color: #780FFE;
}
.TagClassName
{
border-color: #780FFE;
}
</style>