Shades of Electric Indigo #880EFB
Tints of Electric Indigo #880EFB
RGB
CMYK
RGB Variations
Color information
#880EFB (or 0x880EFB) is known color: Electric Indigo. HEX triplet: 88, 0E and FB. RGB value is (136,14,251). Sum of RGB (Red+Green+Blue) = 136+14+251=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #880EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880EFB is #77F104. Grayscale: #4C4C4C. Windows color (decimal): -7860485 or 16453256. OLE color: 16453256.
HSL color Cylindrical-coordinate representation of color #880EFB: hue angle of 270.89º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880EFB is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 14 | 251 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.02 |
| HSL | 270.89º | 0.97% | 0.52% | - |
| HSV(B) | 270.89º | 0.94% | 0.98% | - |
| XYZ | 27.72 | 12.51 | 92.22 | - |
| YUV | 77.5 | 225.92 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 251 | 0.46 | 0.94 | 0 | 0.02 | 270.89 | 0.97 | 0.52 |
| Hex | 88 | E | FB | 2E | 5E | 0 | 2 | 10F | 61 | 34 |
| Octal | 210 | 16 | 373 | 56 | 136 | 0 | 2 | 417 | 141 | 64 |
| Binary | 10001000 | 1110 | 11111011 | 101110 | 1011110 | 0 | 10 | 100001111 | 1100001 | 110100 |
Color Harmonies of #880EFB
Complementary color
Monochromatic Colors of #880EFB
Black with #880EFB
Text Example
Text Example
White with #880EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880EFB; }
p { color: rgb(136,14,251); }
H1.HeaderClassName
{
color: #880EFB;
}
.AnyTagClassName
{
color: #880EFB;
}
</style>
background-color css
<style>
a { background-color: #880EFB; }
a { background-color: rgb(136,14,251); }
div.DivClassName
{
background-color: #880EFB;
}
.BgClassName
{
background-color: #880EFB;
}
</style>
border-color css
<style>
span { border-color: #880EFB; }
span { border-color: rgb(136,14,251); }
td.TdClassName
{
border-color: #880EFB;
}
.TagClassName
{
border-color: #880EFB;
}
</style>