Shades of Electric Indigo #880AFF
Tints of Electric Indigo #880AFF
RGB
CMYK
RGB Variations
Color information
#880AFF (or 0x880AFF) is known color: Electric Indigo. HEX triplet: 88, 0A and FF. RGB value is (136,10,255). Sum of RGB (Red+Green+Blue) = 136+10+255=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #880AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880AFF is #77F500. Grayscale: #4A4A4A. Windows color (decimal): -7861505 or 16714376. OLE color: 16714376.
HSL color Cylindrical-coordinate representation of color #880AFF: hue angle of 270.86º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880AFF is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 10 | 255 | - |
| CMYK | 0.47 | 0.96 | 0 | 0 |
| HSL | 270.86º | 1% | 0.52% | - |
| HSV(B) | 270.86º | 0.96% | 1% | - |
| XYZ | 28.31 | 12.67 | 95.56 | - |
| YUV | 75.6 | 229.24 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 255 | 0.47 | 0.96 | 0 | 0 | 270.86 | 1 | 0.52 |
| Hex | 88 | A | FF | 2F | 60 | 0 | 0 | 10F | 64 | 34 |
| Octal | 210 | 12 | 377 | 57 | 140 | 0 | 0 | 417 | 144 | 64 |
| Binary | 10001000 | 1010 | 11111111 | 101111 | 1100000 | 0 | 0 | 100001111 | 1100100 | 110100 |
Color Harmonies of #880AFF
Complementary color
Monochromatic Colors of #880AFF
Black with #880AFF
Text Example
Text Example
White with #880AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AFF; }
p { color: rgb(136,10,255); }
H1.HeaderClassName
{
color: #880AFF;
}
.AnyTagClassName
{
color: #880AFF;
}
</style>
background-color css
<style>
a { background-color: #880AFF; }
a { background-color: rgb(136,10,255); }
div.DivClassName
{
background-color: #880AFF;
}
.BgClassName
{
background-color: #880AFF;
}
</style>
border-color css
<style>
span { border-color: #880AFF; }
span { border-color: rgb(136,10,255); }
td.TdClassName
{
border-color: #880AFF;
}
.TagClassName
{
border-color: #880AFF;
}
</style>