Shades of Electric Indigo #780FFF
Tints of Electric Indigo #780FFF
RGB
CMYK
RGB Variations
Color information
#780FFF (or 0x780FFF) is known color: Electric Indigo. HEX triplet: 78, 0F and FF. RGB value is (120,15,255). Sum of RGB (Red+Green+Blue) = 120+15+255=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #780FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780FFF is #87F000. Grayscale: #484848. Windows color (decimal): -8908801 or 16715640. OLE color: 16715640.
HSL color Cylindrical-coordinate representation of color #780FFF: hue angle of 266.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780FFF is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 15 | 255 | - |
| CMYK | 0.53 | 0.94 | 0 | 0 |
| HSL | 266.25º | 1% | 0.53% | - |
| HSV(B) | 266.25º | 0.94% | 1% | - |
| XYZ | 25.97 | 11.55 | 95.47 | - |
| YUV | 73.76 | 230.29 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 255 | 0.53 | 0.94 | 0 | 0 | 266.25 | 1 | 0.53 |
| Hex | 78 | F | FF | 35 | 5E | 0 | 0 | 10A | 64 | 35 |
| Octal | 170 | 17 | 377 | 65 | 136 | 0 | 0 | 412 | 144 | 65 |
| Binary | 1111000 | 1111 | 11111111 | 110101 | 1011110 | 0 | 0 | 100001010 | 1100100 | 110101 |
Color Harmonies of #780FFF
Complementary color
Monochromatic Colors of #780FFF
Black with #780FFF
Text Example
Text Example
White with #780FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780FFF; }
p { color: rgb(120,15,255); }
H1.HeaderClassName
{
color: #780FFF;
}
.AnyTagClassName
{
color: #780FFF;
}
</style>
background-color css
<style>
a { background-color: #780FFF; }
a { background-color: rgb(120,15,255); }
div.DivClassName
{
background-color: #780FFF;
}
.BgClassName
{
background-color: #780FFF;
}
</style>
border-color css
<style>
span { border-color: #780FFF; }
span { border-color: rgb(120,15,255); }
td.TdClassName
{
border-color: #780FFF;
}
.TagClassName
{
border-color: #780FFF;
}
</style>