Shades of Electric Indigo #880DFB
Tints of Electric Indigo #880DFB
RGB
CMYK
RGB Variations
Color information
#880DFB (or 0x880DFB) is known color: Electric Indigo. HEX triplet: 88, 0D and FB. RGB value is (136,13,251). Sum of RGB (Red+Green+Blue) = 136+13+251=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 13 (5.47% from 255 or 3.25% 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 #880DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880DFB is #77F204. Grayscale: #4C4C4C. Windows color (decimal): -7860741 or 16453000. OLE color: 16453000.
HSL color Cylindrical-coordinate representation of color #880DFB: hue angle of 271.01º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880DFB is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 13 | 251 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.02 |
| HSL | 271.01º | 0.97% | 0.52% | - |
| HSV(B) | 271.01º | 0.95% | 0.98% | - |
| XYZ | 27.71 | 12.49 | 92.22 | - |
| YUV | 76.91 | 226.25 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 251 | 0.46 | 0.95 | 0 | 0.02 | 271.01 | 0.97 | 0.52 |
| Hex | 88 | D | FB | 2E | 5F | 0 | 2 | 10F | 61 | 34 |
| Octal | 210 | 15 | 373 | 56 | 137 | 0 | 2 | 417 | 141 | 64 |
| Binary | 10001000 | 1101 | 11111011 | 101110 | 1011111 | 0 | 10 | 100001111 | 1100001 | 110100 |
Color Harmonies of #880DFB
Complementary color
Monochromatic Colors of #880DFB
Black with #880DFB
Text Example
Text Example
White with #880DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DFB; }
p { color: rgb(136,13,251); }
H1.HeaderClassName
{
color: #880DFB;
}
.AnyTagClassName
{
color: #880DFB;
}
</style>
background-color css
<style>
a { background-color: #880DFB; }
a { background-color: rgb(136,13,251); }
div.DivClassName
{
background-color: #880DFB;
}
.BgClassName
{
background-color: #880DFB;
}
</style>
border-color css
<style>
span { border-color: #880DFB; }
span { border-color: rgb(136,13,251); }
td.TdClassName
{
border-color: #880DFB;
}
.TagClassName
{
border-color: #880DFB;
}
</style>