Shades of Electric Indigo #770BFC
Tints of Electric Indigo #770BFC
RGB
CMYK
RGB Variations
Color information
#770BFC (or 0x770BFC) is known color: Electric Indigo. HEX triplet: 77, 0B and FC. RGB value is (119,11,252). Sum of RGB (Red+Green+Blue) = 119+11+252=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #770BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770BFC is #88F403. Grayscale: #454545. Windows color (decimal): -8975364 or 16518007. OLE color: 16518007.
HSL color Cylindrical-coordinate representation of color #770BFC: hue angle of 266.89º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770BFC is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 11 | 252 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.01 |
| HSL | 266.89º | 0.98% | 0.52% | - |
| HSV(B) | 266.89º | 0.96% | 0.99% | - |
| XYZ | 25.3 | 11.19 | 92.92 | - |
| YUV | 70.77 | 230.28 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 252 | 0.53 | 0.96 | 0 | 0.01 | 266.89 | 0.98 | 0.52 |
| Hex | 77 | B | FC | 35 | 60 | 0 | 1 | 10B | 62 | 34 |
| Octal | 167 | 13 | 374 | 65 | 140 | 0 | 1 | 413 | 142 | 64 |
| Binary | 1110111 | 1011 | 11111100 | 110101 | 1100000 | 0 | 1 | 100001011 | 1100010 | 110100 |
Color Harmonies of #770BFC
Complementary color
Monochromatic Colors of #770BFC
Black with #770BFC
Text Example
Text Example
White with #770BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BFC; }
p { color: rgb(119,11,252); }
H1.HeaderClassName
{
color: #770BFC;
}
.AnyTagClassName
{
color: #770BFC;
}
</style>
background-color css
<style>
a { background-color: #770BFC; }
a { background-color: rgb(119,11,252); }
div.DivClassName
{
background-color: #770BFC;
}
.BgClassName
{
background-color: #770BFC;
}
</style>
border-color css
<style>
span { border-color: #770BFC; }
span { border-color: rgb(119,11,252); }
td.TdClassName
{
border-color: #770BFC;
}
.TagClassName
{
border-color: #770BFC;
}
</style>