Shades of Electric Indigo #780AFF
Tints of Electric Indigo #780AFF
RGB
CMYK
RGB Variations
Color information
#780AFF (or 0x780AFF) is known color: Electric Indigo. HEX triplet: 78, 0A and FF. RGB value is (120,10,255). Sum of RGB (Red+Green+Blue) = 120+10+255=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #780AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780AFF is #87F500. Grayscale: #454545. Windows color (decimal): -8910081 or 16714360. OLE color: 16714360.
HSL color Cylindrical-coordinate representation of color #780AFF: hue angle of 266.94º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780AFF is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 10 | 255 | - |
| CMYK | 0.53 | 0.96 | 0 | 0 |
| HSL | 266.94º | 1% | 0.52% | - |
| HSV(B) | 266.94º | 0.96% | 1% | - |
| XYZ | 25.9 | 11.43 | 95.45 | - |
| YUV | 70.82 | 231.94 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 255 | 0.53 | 0.96 | 0 | 0 | 266.94 | 1 | 0.52 |
| Hex | 78 | A | FF | 35 | 60 | 0 | 0 | 10B | 64 | 34 |
| Octal | 170 | 12 | 377 | 65 | 140 | 0 | 0 | 413 | 144 | 64 |
| Binary | 1111000 | 1010 | 11111111 | 110101 | 1100000 | 0 | 0 | 100001011 | 1100100 | 110100 |
Color Harmonies of #780AFF
Complementary color
Monochromatic Colors of #780AFF
Black with #780AFF
Text Example
Text Example
White with #780AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780AFF; }
p { color: rgb(120,10,255); }
H1.HeaderClassName
{
color: #780AFF;
}
.AnyTagClassName
{
color: #780AFF;
}
</style>
background-color css
<style>
a { background-color: #780AFF; }
a { background-color: rgb(120,10,255); }
div.DivClassName
{
background-color: #780AFF;
}
.BgClassName
{
background-color: #780AFF;
}
</style>
border-color css
<style>
span { border-color: #780AFF; }
span { border-color: rgb(120,10,255); }
td.TdClassName
{
border-color: #780AFF;
}
.TagClassName
{
border-color: #780AFF;
}
</style>