Shades of Electric Indigo #770FFE
Tints of Electric Indigo #770FFE
RGB
CMYK
RGB Variations
Color information
#770FFE (or 0x770FFE) is known color: Electric Indigo. HEX triplet: 77, 0F and FE. RGB value is (119,15,254). Sum of RGB (Red+Green+Blue) = 119+15+254=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #770FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770FFE is #88F001. Grayscale: #484848. Windows color (decimal): -8974338 or 16650103. OLE color: 16650103.
HSL color Cylindrical-coordinate representation of color #770FFE: hue angle of 266.11º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770FFE is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 15 | 254 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.00 |
| HSL | 266.11º | 0.99% | 0.53% | - |
| HSV(B) | 266.11º | 0.94% | 1% | - |
| XYZ | 25.67 | 11.42 | 94.62 | - |
| YUV | 73.34 | 229.96 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 254 | 0.53 | 0.94 | 0 | 0.00 | 266.11 | 0.99 | 0.53 |
| Hex | 77 | F | FE | 35 | 5E | 0 | 0 | 10A | 63 | 35 |
| Octal | 167 | 17 | 376 | 65 | 136 | 0 | 0 | 412 | 143 | 65 |
| Binary | 1110111 | 1111 | 11111110 | 110101 | 1011110 | 0 | 0 | 100001010 | 1100011 | 110101 |
Color Harmonies of #770FFE
Complementary color
Monochromatic Colors of #770FFE
Black with #770FFE
Text Example
Text Example
White with #770FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FFE; }
p { color: rgb(119,15,254); }
H1.HeaderClassName
{
color: #770FFE;
}
.AnyTagClassName
{
color: #770FFE;
}
</style>
background-color css
<style>
a { background-color: #770FFE; }
a { background-color: rgb(119,15,254); }
div.DivClassName
{
background-color: #770FFE;
}
.BgClassName
{
background-color: #770FFE;
}
</style>
border-color css
<style>
span { border-color: #770FFE; }
span { border-color: rgb(119,15,254); }
td.TdClassName
{
border-color: #770FFE;
}
.TagClassName
{
border-color: #770FFE;
}
</style>