Shades of Electric Indigo #770FEC
Tints of Electric Indigo #770FEC
RGB
CMYK
RGB Variations
Color information
#770FEC (or 0x770FEC) is known color: Electric Indigo. HEX triplet: 77, 0F and EC. RGB value is (119,15,236). Sum of RGB (Red+Green+Blue) = 119+15+236=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #770FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770FEC is #88F013. Grayscale: #464646. Windows color (decimal): -8974356 or 15470455. OLE color: 15470455.
HSL color Cylindrical-coordinate representation of color #770FEC: hue angle of 268.24º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770FEC is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 15 | 236 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.07 |
| HSL | 268.24º | 0.88% | 0.49% | - |
| HSV(B) | 268.24º | 0.94% | 0.93% | - |
| XYZ | 22.92 | 10.32 | 80.14 | - |
| YUV | 71.29 | 220.96 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 236 | 0.50 | 0.94 | 0 | 0.07 | 268.24 | 0.88 | 0.49 |
| Hex | 77 | F | EC | 32 | 5E | 0 | 7 | 10C | 58 | 31 |
| Octal | 167 | 17 | 354 | 62 | 136 | 0 | 7 | 414 | 130 | 61 |
| Binary | 1110111 | 1111 | 11101100 | 110010 | 1011110 | 0 | 111 | 100001100 | 1011000 | 110001 |
Color Harmonies of #770FEC
Complementary color
Monochromatic Colors of #770FEC
Black with #770FEC
Text Example
Text Example
White with #770FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FEC; }
p { color: rgb(119,15,236); }
H1.HeaderClassName
{
color: #770FEC;
}
.AnyTagClassName
{
color: #770FEC;
}
</style>
background-color css
<style>
a { background-color: #770FEC; }
a { background-color: rgb(119,15,236); }
div.DivClassName
{
background-color: #770FEC;
}
.BgClassName
{
background-color: #770FEC;
}
</style>
border-color css
<style>
span { border-color: #770FEC; }
span { border-color: rgb(119,15,236); }
td.TdClassName
{
border-color: #770FEC;
}
.TagClassName
{
border-color: #770FEC;
}
</style>