Shades of Electric Indigo #770FEF
Tints of Electric Indigo #770FEF
RGB
CMYK
RGB Variations
Color information
#770FEF (or 0x770FEF) is known color: Electric Indigo. HEX triplet: 77, 0F and EF. RGB value is (119,15,239). Sum of RGB (Red+Green+Blue) = 119+15+239=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #770FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770FEF is #88F010. Grayscale: #464646. Windows color (decimal): -8974353 or 15667063. OLE color: 15667063.
HSL color Cylindrical-coordinate representation of color #770FEF: hue angle of 267.86º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770FEF is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 15 | 239 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.06 |
| HSL | 267.86º | 0.88% | 0.5% | - |
| HSV(B) | 267.86º | 0.94% | 0.94% | - |
| XYZ | 23.36 | 10.5 | 82.46 | - |
| YUV | 71.63 | 222.46 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 239 | 0.50 | 0.94 | 0 | 0.06 | 267.86 | 0.88 | 0.5 |
| Hex | 77 | F | EF | 32 | 5E | 0 | 6 | 10C | 58 | 32 |
| Octal | 167 | 17 | 357 | 62 | 136 | 0 | 6 | 414 | 130 | 62 |
| Binary | 1110111 | 1111 | 11101111 | 110010 | 1011110 | 0 | 110 | 100001100 | 1011000 | 110010 |
Color Harmonies of #770FEF
Complementary color
Monochromatic Colors of #770FEF
Black with #770FEF
Text Example
Text Example
White with #770FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FEF; }
p { color: rgb(119,15,239); }
H1.HeaderClassName
{
color: #770FEF;
}
.AnyTagClassName
{
color: #770FEF;
}
</style>
background-color css
<style>
a { background-color: #770FEF; }
a { background-color: rgb(119,15,239); }
div.DivClassName
{
background-color: #770FEF;
}
.BgClassName
{
background-color: #770FEF;
}
</style>
border-color css
<style>
span { border-color: #770FEF; }
span { border-color: rgb(119,15,239); }
td.TdClassName
{
border-color: #770FEF;
}
.TagClassName
{
border-color: #770FEF;
}
</style>