Shades of Electric Indigo #770EFF
Tints of Electric Indigo #770EFF
RGB
CMYK
RGB Variations
Color information
#770EFF (or 0x770EFF) is known color: Electric Indigo. HEX triplet: 77, 0E and FF. RGB value is (119,14,255). Sum of RGB (Red+Green+Blue) = 119+14+255=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #770EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770EFF is #88F100. Grayscale: #484848. Windows color (decimal): -8974593 or 16715383. OLE color: 16715383.
HSL color Cylindrical-coordinate representation of color #770EFF: hue angle of 266.14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770EFF is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 14 | 255 | - |
| CMYK | 0.53 | 0.95 | 0 | 0 |
| HSL | 266.14º | 1% | 0.53% | - |
| HSV(B) | 266.14º | 0.95% | 1% | - |
| XYZ | 25.81 | 11.46 | 95.46 | - |
| YUV | 72.87 | 230.79 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 255 | 0.53 | 0.95 | 0 | 0 | 266.14 | 1 | 0.53 |
| Hex | 77 | E | FF | 35 | 5F | 0 | 0 | 10A | 64 | 35 |
| Octal | 167 | 16 | 377 | 65 | 137 | 0 | 0 | 412 | 144 | 65 |
| Binary | 1110111 | 1110 | 11111111 | 110101 | 1011111 | 0 | 0 | 100001010 | 1100100 | 110101 |
Color Harmonies of #770EFF
Complementary color
Monochromatic Colors of #770EFF
Black with #770EFF
Text Example
Text Example
White with #770EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770EFF; }
p { color: rgb(119,14,255); }
H1.HeaderClassName
{
color: #770EFF;
}
.AnyTagClassName
{
color: #770EFF;
}
</style>
background-color css
<style>
a { background-color: #770EFF; }
a { background-color: rgb(119,14,255); }
div.DivClassName
{
background-color: #770EFF;
}
.BgClassName
{
background-color: #770EFF;
}
</style>
border-color css
<style>
span { border-color: #770EFF; }
span { border-color: rgb(119,14,255); }
td.TdClassName
{
border-color: #770EFF;
}
.TagClassName
{
border-color: #770EFF;
}
</style>