Shades of Electric Indigo #771EFE
Tints of Electric Indigo #771EFE
RGB
CMYK
RGB Variations
Color information
#771EFE (or 0x771EFE) is known color: Electric Indigo. HEX triplet: 77, 1E and FE. RGB value is (119,30,254). Sum of RGB (Red+Green+Blue) = 119+30+254=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #771EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771EFE is #88E101. Grayscale: #515151. Windows color (decimal): -8970498 or 16653943. OLE color: 16653943.
HSL color Cylindrical-coordinate representation of color #771EFE: hue angle of 263.84º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771EFE is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 30 | 254 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.00 |
| HSL | 263.84º | 0.99% | 0.56% | - |
| HSV(B) | 263.84º | 0.88% | 1% | - |
| XYZ | 25.96 | 12.01 | 94.72 | - |
| YUV | 82.15 | 224.99 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 254 | 0.53 | 0.88 | 0 | 0.00 | 263.84 | 0.99 | 0.56 |
| Hex | 77 | 1E | FE | 35 | 58 | 0 | 0 | 108 | 63 | 38 |
| Octal | 167 | 36 | 376 | 65 | 130 | 0 | 0 | 410 | 143 | 70 |
| Binary | 1110111 | 11110 | 11111110 | 110101 | 1011000 | 0 | 0 | 100001000 | 1100011 | 111000 |
Color Harmonies of #771EFE
Complementary color
Monochromatic Colors of #771EFE
Black with #771EFE
Text Example
Text Example
White with #771EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771EFE; }
p { color: rgb(119,30,254); }
H1.HeaderClassName
{
color: #771EFE;
}
.AnyTagClassName
{
color: #771EFE;
}
</style>
background-color css
<style>
a { background-color: #771EFE; }
a { background-color: rgb(119,30,254); }
div.DivClassName
{
background-color: #771EFE;
}
.BgClassName
{
background-color: #771EFE;
}
</style>
border-color css
<style>
span { border-color: #771EFE; }
span { border-color: rgb(119,30,254); }
td.TdClassName
{
border-color: #771EFE;
}
.TagClassName
{
border-color: #771EFE;
}
</style>