Shades of Electric Indigo #780CE4
Tints of Electric Indigo #780CE4
RGB
CMYK
RGB Variations
Color information
#780CE4 (or 0x780CE4) is known color: Electric Indigo. HEX triplet: 78, 0C and E4. RGB value is (120,12,228). Sum of RGB (Red+Green+Blue) = 120+12+228=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 228 (89.45% from 255 or 63.33% from 360); Max value from RGB is 228 - color contains mainly: blue. Hex color #780CE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780CE4 is #87F31B. Grayscale: #444444. Windows color (decimal): -8909596 or 14945400. OLE color: 14945400.
HSL color Cylindrical-coordinate representation of color #780CE4: hue angle of 270º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780CE4 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 12 | 228 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.11 |
| HSL | 270º | 0.9% | 0.47% | - |
| HSV(B) | 270º | 0.95% | 0.89% | - |
| XYZ | 21.88 | 9.86 | 74.15 | - |
| YUV | 68.92 | 217.78 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 228 | 0.47 | 0.95 | 0 | 0.11 | 270 | 0.9 | 0.47 |
| Hex | 78 | C | E4 | 2F | 5F | 0 | B | 10E | 5A | 2F |
| Octal | 170 | 14 | 344 | 57 | 137 | 0 | 13 | 416 | 132 | 57 |
| Binary | 1111000 | 1100 | 11100100 | 101111 | 1011111 | 0 | 1011 | 100001110 | 1011010 | 101111 |
Color Harmonies of #780CE4
Complementary color
Monochromatic Colors of #780CE4
Black with #780CE4
Text Example
Text Example
White with #780CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780CE4; }
p { color: rgb(120,12,228); }
H1.HeaderClassName
{
color: #780CE4;
}
.AnyTagClassName
{
color: #780CE4;
}
</style>
background-color css
<style>
a { background-color: #780CE4; }
a { background-color: rgb(120,12,228); }
div.DivClassName
{
background-color: #780CE4;
}
.BgClassName
{
background-color: #780CE4;
}
</style>
border-color css
<style>
span { border-color: #780CE4; }
span { border-color: rgb(120,12,228); }
td.TdClassName
{
border-color: #780CE4;
}
.TagClassName
{
border-color: #780CE4;
}
</style>