Shades of Electric Indigo #771FFD
Tints of Electric Indigo #771FFD
RGB
CMYK
RGB Variations
Color information
#771FFD (or 0x771FFD) is known color: Electric Indigo. HEX triplet: 77, 1F and FD. RGB value is (119,31,253). Sum of RGB (Red+Green+Blue) = 119+31+253=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #771FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771FFD is #88E002. Grayscale: #515151. Windows color (decimal): -8970243 or 16588663. OLE color: 16588663.
HSL color Cylindrical-coordinate representation of color #771FFD: hue angle of 263.78º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771FFD is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 31 | 253 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.01 |
| HSL | 263.78º | 0.98% | 0.56% | - |
| HSV(B) | 263.78º | 0.88% | 0.99% | - |
| XYZ | 25.83 | 11.99 | 93.88 | - |
| YUV | 82.62 | 224.15 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 253 | 0.53 | 0.88 | 0 | 0.01 | 263.78 | 0.98 | 0.56 |
| Hex | 77 | 1F | FD | 35 | 58 | 0 | 1 | 108 | 62 | 38 |
| Octal | 167 | 37 | 375 | 65 | 130 | 0 | 1 | 410 | 142 | 70 |
| Binary | 1110111 | 11111 | 11111101 | 110101 | 1011000 | 0 | 1 | 100001000 | 1100010 | 111000 |
Color Harmonies of #771FFD
Complementary color
Monochromatic Colors of #771FFD
Black with #771FFD
Text Example
Text Example
White with #771FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771FFD; }
p { color: rgb(119,31,253); }
H1.HeaderClassName
{
color: #771FFD;
}
.AnyTagClassName
{
color: #771FFD;
}
</style>
background-color css
<style>
a { background-color: #771FFD; }
a { background-color: rgb(119,31,253); }
div.DivClassName
{
background-color: #771FFD;
}
.BgClassName
{
background-color: #771FFD;
}
</style>
border-color css
<style>
span { border-color: #771FFD; }
span { border-color: rgb(119,31,253); }
td.TdClassName
{
border-color: #771FFD;
}
.TagClassName
{
border-color: #771FFD;
}
</style>