Shades of Electric Indigo #880BFD
Tints of Electric Indigo #880BFD
RGB
CMYK
RGB Variations
Color information
#880BFD (or 0x880BFD) is known color: Electric Indigo. HEX triplet: 88, 0B and FD. RGB value is (136,11,253). Sum of RGB (Red+Green+Blue) = 136+11+253=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #880BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880BFD is #77F402. Grayscale: #4B4B4B. Windows color (decimal): -7861251 or 16583560. OLE color: 16583560.
HSL color Cylindrical-coordinate representation of color #880BFD: hue angle of 270.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880BFD is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 11 | 253 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.01 |
| HSL | 270.99º | 0.98% | 0.52% | - |
| HSV(B) | 270.99º | 0.96% | 0.99% | - |
| XYZ | 28 | 12.57 | 93.88 | - |
| YUV | 75.96 | 227.91 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 253 | 0.46 | 0.96 | 0 | 0.01 | 270.99 | 0.98 | 0.52 |
| Hex | 88 | B | FD | 2E | 60 | 0 | 1 | 10F | 62 | 34 |
| Octal | 210 | 13 | 375 | 56 | 140 | 0 | 1 | 417 | 142 | 64 |
| Binary | 10001000 | 1011 | 11111101 | 101110 | 1100000 | 0 | 1 | 100001111 | 1100010 | 110100 |
Color Harmonies of #880BFD
Complementary color
Monochromatic Colors of #880BFD
Black with #880BFD
Text Example
Text Example
White with #880BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880BFD; }
p { color: rgb(136,11,253); }
H1.HeaderClassName
{
color: #880BFD;
}
.AnyTagClassName
{
color: #880BFD;
}
</style>
background-color css
<style>
a { background-color: #880BFD; }
a { background-color: rgb(136,11,253); }
div.DivClassName
{
background-color: #880BFD;
}
.BgClassName
{
background-color: #880BFD;
}
</style>
border-color css
<style>
span { border-color: #880BFD; }
span { border-color: rgb(136,11,253); }
td.TdClassName
{
border-color: #880BFD;
}
.TagClassName
{
border-color: #880BFD;
}
</style>