Shades of Electric Indigo #770AFC
Tints of Electric Indigo #770AFC
RGB
CMYK
RGB Variations
Color information
#770AFC (or 0x770AFC) is known color: Electric Indigo. HEX triplet: 77, 0A and FC. RGB value is (119,10,252). Sum of RGB (Red+Green+Blue) = 119+10+252=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #770AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770AFC is #88F503. Grayscale: #454545. Windows color (decimal): -8975620 or 16517751. OLE color: 16517751.
HSL color Cylindrical-coordinate representation of color #770AFC: hue angle of 267.02º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770AFC is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 10 | 252 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.01 |
| HSL | 267.02º | 0.98% | 0.51% | - |
| HSV(B) | 267.02º | 0.96% | 0.99% | - |
| XYZ | 25.29 | 11.17 | 92.92 | - |
| YUV | 70.18 | 230.61 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 252 | 0.53 | 0.96 | 0 | 0.01 | 267.02 | 0.98 | 0.51 |
| Hex | 77 | A | FC | 35 | 60 | 0 | 1 | 10B | 62 | 33 |
| Octal | 167 | 12 | 374 | 65 | 140 | 0 | 1 | 413 | 142 | 63 |
| Binary | 1110111 | 1010 | 11111100 | 110101 | 1100000 | 0 | 1 | 100001011 | 1100010 | 110011 |
Color Harmonies of #770AFC
Complementary color
Monochromatic Colors of #770AFC
Black with #770AFC
Text Example
Text Example
White with #770AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770AFC; }
p { color: rgb(119,10,252); }
H1.HeaderClassName
{
color: #770AFC;
}
.AnyTagClassName
{
color: #770AFC;
}
</style>
background-color css
<style>
a { background-color: #770AFC; }
a { background-color: rgb(119,10,252); }
div.DivClassName
{
background-color: #770AFC;
}
.BgClassName
{
background-color: #770AFC;
}
</style>
border-color css
<style>
span { border-color: #770AFC; }
span { border-color: rgb(119,10,252); }
td.TdClassName
{
border-color: #770AFC;
}
.TagClassName
{
border-color: #770AFC;
}
</style>