Shades of Electric Indigo #780CFF
Tints of Electric Indigo #780CFF
RGB
CMYK
RGB Variations
Color information
#780CFF (or 0x780CFF) is known color: Electric Indigo. HEX triplet: 78, 0C and FF. RGB value is (120,12,255). Sum of RGB (Red+Green+Blue) = 120+12+255=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #780CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780CFF is #87F300. Grayscale: #474747. Windows color (decimal): -8909569 or 16714872. OLE color: 16714872.
HSL color Cylindrical-coordinate representation of color #780CFF: hue angle of 266.67º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780CFF is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 12 | 255 | - |
| CMYK | 0.53 | 0.95 | 0 | 0 |
| HSL | 266.67º | 1% | 0.52% | - |
| HSV(B) | 266.67º | 0.95% | 1% | - |
| XYZ | 25.93 | 11.48 | 95.46 | - |
| YUV | 71.99 | 231.28 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 255 | 0.53 | 0.95 | 0 | 0 | 266.67 | 1 | 0.52 |
| Hex | 78 | C | FF | 35 | 5F | 0 | 0 | 10B | 64 | 34 |
| Octal | 170 | 14 | 377 | 65 | 137 | 0 | 0 | 413 | 144 | 64 |
| Binary | 1111000 | 1100 | 11111111 | 110101 | 1011111 | 0 | 0 | 100001011 | 1100100 | 110100 |
Color Harmonies of #780CFF
Complementary color
Monochromatic Colors of #780CFF
Black with #780CFF
Text Example
Text Example
White with #780CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780CFF; }
p { color: rgb(120,12,255); }
H1.HeaderClassName
{
color: #780CFF;
}
.AnyTagClassName
{
color: #780CFF;
}
</style>
background-color css
<style>
a { background-color: #780CFF; }
a { background-color: rgb(120,12,255); }
div.DivClassName
{
background-color: #780CFF;
}
.BgClassName
{
background-color: #780CFF;
}
</style>
border-color css
<style>
span { border-color: #780CFF; }
span { border-color: rgb(120,12,255); }
td.TdClassName
{
border-color: #780CFF;
}
.TagClassName
{
border-color: #780CFF;
}
</style>