Shades of Electric Indigo #780CED
Tints of Electric Indigo #780CED
RGB
CMYK
RGB Variations
Color information
#780CED (or 0x780CED) is known color: Electric Indigo. HEX triplet: 78, 0C and ED. RGB value is (120,12,237). Sum of RGB (Red+Green+Blue) = 120+12+237=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #780CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780CED is #87F312. Grayscale: #454545. Windows color (decimal): -8909587 or 15535224. OLE color: 15535224.
HSL color Cylindrical-coordinate representation of color #780CED: hue angle of 268.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780CED is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 12 | 237 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.07 |
| HSL | 268.8º | 0.9% | 0.49% | - |
| HSV(B) | 268.8º | 0.95% | 0.93% | - |
| XYZ | 23.16 | 10.37 | 80.9 | - |
| YUV | 69.94 | 222.28 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 237 | 0.49 | 0.95 | 0 | 0.07 | 268.8 | 0.9 | 0.49 |
| Hex | 78 | C | ED | 31 | 5F | 0 | 7 | 10D | 5A | 31 |
| Octal | 170 | 14 | 355 | 61 | 137 | 0 | 7 | 415 | 132 | 61 |
| Binary | 1111000 | 1100 | 11101101 | 110001 | 1011111 | 0 | 111 | 100001101 | 1011010 | 110001 |
Color Harmonies of #780CED
Complementary color
Monochromatic Colors of #780CED
Black with #780CED
Text Example
Text Example
White with #780CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780CED; }
p { color: rgb(120,12,237); }
H1.HeaderClassName
{
color: #780CED;
}
.AnyTagClassName
{
color: #780CED;
}
</style>
background-color css
<style>
a { background-color: #780CED; }
a { background-color: rgb(120,12,237); }
div.DivClassName
{
background-color: #780CED;
}
.BgClassName
{
background-color: #780CED;
}
</style>
border-color css
<style>
span { border-color: #780CED; }
span { border-color: rgb(120,12,237); }
td.TdClassName
{
border-color: #780CED;
}
.TagClassName
{
border-color: #780CED;
}
</style>