Shades of Electric Indigo #771EFB
Tints of Electric Indigo #771EFB
RGB
CMYK
RGB Variations
Color information
#771EFB (or 0x771EFB) is known color: Electric Indigo. HEX triplet: 77, 1E and FB. RGB value is (119,30,251). Sum of RGB (Red+Green+Blue) = 119+30+251=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #771EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771EFB is #88E104. Grayscale: #515151. Windows color (decimal): -8970501 or 16457335. OLE color: 16457335.
HSL color Cylindrical-coordinate representation of color #771EFB: hue angle of 264.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771EFB is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 30 | 251 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.02 |
| HSL | 264.16º | 0.97% | 0.55% | - |
| HSV(B) | 264.16º | 0.88% | 0.98% | - |
| XYZ | 25.48 | 11.82 | 92.2 | - |
| YUV | 81.81 | 223.49 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 251 | 0.53 | 0.88 | 0 | 0.02 | 264.16 | 0.97 | 0.55 |
| Hex | 77 | 1E | FB | 35 | 58 | 0 | 2 | 108 | 61 | 37 |
| Octal | 167 | 36 | 373 | 65 | 130 | 0 | 2 | 410 | 141 | 67 |
| Binary | 1110111 | 11110 | 11111011 | 110101 | 1011000 | 0 | 10 | 100001000 | 1100001 | 110111 |
Color Harmonies of #771EFB
Complementary color
Monochromatic Colors of #771EFB
Black with #771EFB
Text Example
Text Example
White with #771EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771EFB; }
p { color: rgb(119,30,251); }
H1.HeaderClassName
{
color: #771EFB;
}
.AnyTagClassName
{
color: #771EFB;
}
</style>
background-color css
<style>
a { background-color: #771EFB; }
a { background-color: rgb(119,30,251); }
div.DivClassName
{
background-color: #771EFB;
}
.BgClassName
{
background-color: #771EFB;
}
</style>
border-color css
<style>
span { border-color: #771EFB; }
span { border-color: rgb(119,30,251); }
td.TdClassName
{
border-color: #771EFB;
}
.TagClassName
{
border-color: #771EFB;
}
</style>