Shades of Electric Indigo #771EFF
Tints of Electric Indigo #771EFF
RGB
CMYK
RGB Variations
Color information
#771EFF (or 0x771EFF) is known color: Electric Indigo. HEX triplet: 77, 1E and FF. RGB value is (119,30,255). Sum of RGB (Red+Green+Blue) = 119+30+255=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #771EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771EFF is #88E100. Grayscale: #515151. Windows color (decimal): -8970497 or 16719479. OLE color: 16719479.
HSL color Cylindrical-coordinate representation of color #771EFF: hue angle of 263.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771EFF is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 30 | 255 | - |
| CMYK | 0.53 | 0.88 | 0 | 0 |
| HSL | 263.73º | 1% | 0.56% | - |
| HSV(B) | 263.73º | 0.88% | 1% | - |
| XYZ | 26.12 | 12.07 | 95.56 | - |
| YUV | 82.26 | 225.49 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 255 | 0.53 | 0.88 | 0 | 0 | 263.73 | 1 | 0.56 |
| Hex | 77 | 1E | FF | 35 | 58 | 0 | 0 | 108 | 64 | 38 |
| Octal | 167 | 36 | 377 | 65 | 130 | 0 | 0 | 410 | 144 | 70 |
| Binary | 1110111 | 11110 | 11111111 | 110101 | 1011000 | 0 | 0 | 100001000 | 1100100 | 111000 |
Color Harmonies of #771EFF
Complementary color
Monochromatic Colors of #771EFF
Black with #771EFF
Text Example
Text Example
White with #771EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771EFF; }
p { color: rgb(119,30,255); }
H1.HeaderClassName
{
color: #771EFF;
}
.AnyTagClassName
{
color: #771EFF;
}
</style>
background-color css
<style>
a { background-color: #771EFF; }
a { background-color: rgb(119,30,255); }
div.DivClassName
{
background-color: #771EFF;
}
.BgClassName
{
background-color: #771EFF;
}
</style>
border-color css
<style>
span { border-color: #771EFF; }
span { border-color: rgb(119,30,255); }
td.TdClassName
{
border-color: #771EFF;
}
.TagClassName
{
border-color: #771EFF;
}
</style>