Shades of Electric Indigo #770BFD
Tints of Electric Indigo #770BFD
RGB
CMYK
RGB Variations
Color information
#770BFD (or 0x770BFD) is known color: Electric Indigo. HEX triplet: 77, 0B and FD. RGB value is (119,11,253). Sum of RGB (Red+Green+Blue) = 119+11+253=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #770BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770BFD is #88F402. Grayscale: #464646. Windows color (decimal): -8975363 or 16583543. OLE color: 16583543.
HSL color Cylindrical-coordinate representation of color #770BFD: hue angle of 266.78º 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 #770BFD is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 11 | 253 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.01 |
| HSL | 266.78º | 0.98% | 0.52% | - |
| HSV(B) | 266.78º | 0.96% | 0.99% | - |
| XYZ | 25.46 | 11.25 | 93.76 | - |
| YUV | 70.88 | 230.78 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 253 | 0.53 | 0.96 | 0 | 0.01 | 266.78 | 0.98 | 0.52 |
| Hex | 77 | B | FD | 35 | 60 | 0 | 1 | 10B | 62 | 34 |
| Octal | 167 | 13 | 375 | 65 | 140 | 0 | 1 | 413 | 142 | 64 |
| Binary | 1110111 | 1011 | 11111101 | 110101 | 1100000 | 0 | 1 | 100001011 | 1100010 | 110100 |
Color Harmonies of #770BFD
Complementary color
Monochromatic Colors of #770BFD
Black with #770BFD
Text Example
Text Example
White with #770BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BFD; }
p { color: rgb(119,11,253); }
H1.HeaderClassName
{
color: #770BFD;
}
.AnyTagClassName
{
color: #770BFD;
}
</style>
background-color css
<style>
a { background-color: #770BFD; }
a { background-color: rgb(119,11,253); }
div.DivClassName
{
background-color: #770BFD;
}
.BgClassName
{
background-color: #770BFD;
}
</style>
border-color css
<style>
span { border-color: #770BFD; }
span { border-color: rgb(119,11,253); }
td.TdClassName
{
border-color: #770BFD;
}
.TagClassName
{
border-color: #770BFD;
}
</style>