Shades of Electric Indigo #770AF2
Tints of Electric Indigo #770AF2
RGB
CMYK
RGB Variations
Color information
#770AF2 (or 0x770AF2) is known color: Electric Indigo. HEX triplet: 77, 0A and F2. RGB value is (119,10,242). Sum of RGB (Red+Green+Blue) = 119+10+242=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 242 (94.92% from 255 or 65.23% from 371); Max value from RGB is 242 - color contains mainly: blue. Hex color #770AF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770AF2 is #88F50D. Grayscale: #444444. Windows color (decimal): -8975630 or 15862391. OLE color: 15862391.
HSL color Cylindrical-coordinate representation of color #770AF2: hue angle of 268.19º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770AF2 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 10 | 242 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.05 |
| HSL | 268.19º | 0.92% | 0.49% | - |
| HSV(B) | 268.19º | 0.96% | 0.95% | - |
| XYZ | 23.74 | 10.55 | 84.79 | - |
| YUV | 69.04 | 225.61 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 242 | 0.51 | 0.96 | 0 | 0.05 | 268.19 | 0.92 | 0.49 |
| Hex | 77 | A | F2 | 33 | 60 | 0 | 5 | 10C | 5C | 31 |
| Octal | 167 | 12 | 362 | 63 | 140 | 0 | 5 | 414 | 134 | 61 |
| Binary | 1110111 | 1010 | 11110010 | 110011 | 1100000 | 0 | 101 | 100001100 | 1011100 | 110001 |
Color Harmonies of #770AF2
Complementary color
Monochromatic Colors of #770AF2
Black with #770AF2
Text Example
Text Example
White with #770AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770AF2; }
p { color: rgb(119,10,242); }
H1.HeaderClassName
{
color: #770AF2;
}
.AnyTagClassName
{
color: #770AF2;
}
</style>
background-color css
<style>
a { background-color: #770AF2; }
a { background-color: rgb(119,10,242); }
div.DivClassName
{
background-color: #770AF2;
}
.BgClassName
{
background-color: #770AF2;
}
</style>
border-color css
<style>
span { border-color: #770AF2; }
span { border-color: rgb(119,10,242); }
td.TdClassName
{
border-color: #770AF2;
}
.TagClassName
{
border-color: #770AF2;
}
</style>