Shades of Electric Indigo #780CFA
Tints of Electric Indigo #780CFA
RGB
CMYK
RGB Variations
Color information
#780CFA (or 0x780CFA) is known color: Electric Indigo. HEX triplet: 78, 0C and FA. RGB value is (120,12,250). Sum of RGB (Red+Green+Blue) = 120+12+250=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #780CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780CFA is #87F305. Grayscale: #464646. Windows color (decimal): -8909574 or 16387192. OLE color: 16387192.
HSL color Cylindrical-coordinate representation of color #780CFA: hue angle of 267.23º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780CFA is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 12 | 250 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.02 |
| HSL | 267.23º | 0.96% | 0.51% | - |
| HSV(B) | 267.23º | 0.95% | 0.98% | - |
| XYZ | 25.13 | 11.16 | 91.27 | - |
| YUV | 71.42 | 228.78 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 250 | 0.52 | 0.95 | 0 | 0.02 | 267.23 | 0.96 | 0.51 |
| Hex | 78 | C | FA | 34 | 5F | 0 | 2 | 10B | 60 | 33 |
| Octal | 170 | 14 | 372 | 64 | 137 | 0 | 2 | 413 | 140 | 63 |
| Binary | 1111000 | 1100 | 11111010 | 110100 | 1011111 | 0 | 10 | 100001011 | 1100000 | 110011 |
Color Harmonies of #780CFA
Complementary color
Monochromatic Colors of #780CFA
Black with #780CFA
Text Example
Text Example
White with #780CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780CFA; }
p { color: rgb(120,12,250); }
H1.HeaderClassName
{
color: #780CFA;
}
.AnyTagClassName
{
color: #780CFA;
}
</style>
background-color css
<style>
a { background-color: #780CFA; }
a { background-color: rgb(120,12,250); }
div.DivClassName
{
background-color: #780CFA;
}
.BgClassName
{
background-color: #780CFA;
}
</style>
border-color css
<style>
span { border-color: #780CFA; }
span { border-color: rgb(120,12,250); }
td.TdClassName
{
border-color: #780CFA;
}
.TagClassName
{
border-color: #780CFA;
}
</style>