Shades of Electric Indigo #770BFA
Tints of Electric Indigo #770BFA
RGB
CMYK
RGB Variations
Color information
#770BFA (or 0x770BFA) is known color: Electric Indigo. HEX triplet: 77, 0B and FA. RGB value is (119,11,250). Sum of RGB (Red+Green+Blue) = 119+11+250=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #770BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770BFA is #88F405. Grayscale: #454545. Windows color (decimal): -8975366 or 16386935. OLE color: 16386935.
HSL color Cylindrical-coordinate representation of color #770BFA: hue angle of 267.11º 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 #770BFA is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 11 | 250 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.02 |
| HSL | 267.11º | 0.96% | 0.51% | - |
| HSV(B) | 267.11º | 0.96% | 0.98% | - |
| XYZ | 24.98 | 11.06 | 91.26 | - |
| YUV | 70.54 | 229.28 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 250 | 0.52 | 0.96 | 0 | 0.02 | 267.11 | 0.96 | 0.51 |
| Hex | 77 | B | FA | 34 | 60 | 0 | 2 | 10B | 60 | 33 |
| Octal | 167 | 13 | 372 | 64 | 140 | 0 | 2 | 413 | 140 | 63 |
| Binary | 1110111 | 1011 | 11111010 | 110100 | 1100000 | 0 | 10 | 100001011 | 1100000 | 110011 |
Color Harmonies of #770BFA
Complementary color
Monochromatic Colors of #770BFA
Black with #770BFA
Text Example
Text Example
White with #770BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BFA; }
p { color: rgb(119,11,250); }
H1.HeaderClassName
{
color: #770BFA;
}
.AnyTagClassName
{
color: #770BFA;
}
</style>
background-color css
<style>
a { background-color: #770BFA; }
a { background-color: rgb(119,11,250); }
div.DivClassName
{
background-color: #770BFA;
}
.BgClassName
{
background-color: #770BFA;
}
</style>
border-color css
<style>
span { border-color: #770BFA; }
span { border-color: rgb(119,11,250); }
td.TdClassName
{
border-color: #770BFA;
}
.TagClassName
{
border-color: #770BFA;
}
</style>