Shades of Electric Indigo #780FFB
Tints of Electric Indigo #780FFB
RGB
CMYK
RGB Variations
Color information
#780FFB (or 0x780FFB) is known color: Electric Indigo. HEX triplet: 78, 0F and FB. RGB value is (120,15,251). Sum of RGB (Red+Green+Blue) = 120+15+251=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #780FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780FFB is #87F004. Grayscale: #484848. Windows color (decimal): -8908805 or 16453496. OLE color: 16453496.
HSL color Cylindrical-coordinate representation of color #780FFB: hue angle of 266.69º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780FFB is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 15 | 251 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.02 |
| HSL | 266.69º | 0.97% | 0.52% | - |
| HSV(B) | 266.69º | 0.94% | 0.98% | - |
| XYZ | 25.33 | 11.3 | 92.11 | - |
| YUV | 73.3 | 228.29 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 251 | 0.52 | 0.94 | 0 | 0.02 | 266.69 | 0.97 | 0.52 |
| Hex | 78 | F | FB | 34 | 5E | 0 | 2 | 10B | 61 | 34 |
| Octal | 170 | 17 | 373 | 64 | 136 | 0 | 2 | 413 | 141 | 64 |
| Binary | 1111000 | 1111 | 11111011 | 110100 | 1011110 | 0 | 10 | 100001011 | 1100001 | 110100 |
Color Harmonies of #780FFB
Complementary color
Monochromatic Colors of #780FFB
Black with #780FFB
Text Example
Text Example
White with #780FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780FFB; }
p { color: rgb(120,15,251); }
H1.HeaderClassName
{
color: #780FFB;
}
.AnyTagClassName
{
color: #780FFB;
}
</style>
background-color css
<style>
a { background-color: #780FFB; }
a { background-color: rgb(120,15,251); }
div.DivClassName
{
background-color: #780FFB;
}
.BgClassName
{
background-color: #780FFB;
}
</style>
border-color css
<style>
span { border-color: #780FFB; }
span { border-color: rgb(120,15,251); }
td.TdClassName
{
border-color: #780FFB;
}
.TagClassName
{
border-color: #780FFB;
}
</style>