Shades of Electric Indigo #780CFC
Tints of Electric Indigo #780CFC
RGB
CMYK
RGB Variations
Color information
#780CFC (or 0x780CFC) is known color: Electric Indigo. HEX triplet: 78, 0C and FC. RGB value is (120,12,252). Sum of RGB (Red+Green+Blue) = 120+12+252=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #780CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780CFC is #87F303. Grayscale: #464646. Windows color (decimal): -8909572 or 16518264. OLE color: 16518264.
HSL color Cylindrical-coordinate representation of color #780CFC: hue angle of 267º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780CFC is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 12 | 252 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.01 |
| HSL | 267º | 0.98% | 0.52% | - |
| HSV(B) | 267º | 0.95% | 0.99% | - |
| XYZ | 25.45 | 11.28 | 92.93 | - |
| YUV | 71.65 | 229.78 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 252 | 0.52 | 0.95 | 0 | 0.01 | 267 | 0.98 | 0.52 |
| Hex | 78 | C | FC | 34 | 5F | 0 | 1 | 10B | 62 | 34 |
| Octal | 170 | 14 | 374 | 64 | 137 | 0 | 1 | 413 | 142 | 64 |
| Binary | 1111000 | 1100 | 11111100 | 110100 | 1011111 | 0 | 1 | 100001011 | 1100010 | 110100 |
Color Harmonies of #780CFC
Complementary color
Monochromatic Colors of #780CFC
Black with #780CFC
Text Example
Text Example
White with #780CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780CFC; }
p { color: rgb(120,12,252); }
H1.HeaderClassName
{
color: #780CFC;
}
.AnyTagClassName
{
color: #780CFC;
}
</style>
background-color css
<style>
a { background-color: #780CFC; }
a { background-color: rgb(120,12,252); }
div.DivClassName
{
background-color: #780CFC;
}
.BgClassName
{
background-color: #780CFC;
}
</style>
border-color css
<style>
span { border-color: #780CFC; }
span { border-color: rgb(120,12,252); }
td.TdClassName
{
border-color: #780CFC;
}
.TagClassName
{
border-color: #780CFC;
}
</style>