Shades of Electric Indigo #780BFA
Tints of Electric Indigo #780BFA
RGB
CMYK
RGB Variations
Color information
#780BFA (or 0x780BFA) is known color: Electric Indigo. HEX triplet: 78, 0B and FA. RGB value is (120,11,250). Sum of RGB (Red+Green+Blue) = 120+11+250=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #780BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780BFA is #87F405. Grayscale: #454545. Windows color (decimal): -8909830 or 16386936. OLE color: 16386936.
HSL color Cylindrical-coordinate representation of color #780BFA: hue angle of 267.36º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780BFA is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 11 | 250 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.02 |
| HSL | 267.36º | 0.96% | 0.51% | - |
| HSV(B) | 267.36º | 0.96% | 0.98% | - |
| XYZ | 25.12 | 11.13 | 91.27 | - |
| YUV | 70.84 | 229.11 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 250 | 0.52 | 0.96 | 0 | 0.02 | 267.36 | 0.96 | 0.51 |
| Hex | 78 | B | FA | 34 | 60 | 0 | 2 | 10B | 60 | 33 |
| Octal | 170 | 13 | 372 | 64 | 140 | 0 | 2 | 413 | 140 | 63 |
| Binary | 1111000 | 1011 | 11111010 | 110100 | 1100000 | 0 | 10 | 100001011 | 1100000 | 110011 |
Color Harmonies of #780BFA
Complementary color
Monochromatic Colors of #780BFA
Black with #780BFA
Text Example
Text Example
White with #780BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780BFA; }
p { color: rgb(120,11,250); }
H1.HeaderClassName
{
color: #780BFA;
}
.AnyTagClassName
{
color: #780BFA;
}
</style>
background-color css
<style>
a { background-color: #780BFA; }
a { background-color: rgb(120,11,250); }
div.DivClassName
{
background-color: #780BFA;
}
.BgClassName
{
background-color: #780BFA;
}
</style>
border-color css
<style>
span { border-color: #780BFA; }
span { border-color: rgb(120,11,250); }
td.TdClassName
{
border-color: #780BFA;
}
.TagClassName
{
border-color: #780BFA;
}
</style>