Shades of Electric Indigo #880AFC
Tints of Electric Indigo #880AFC
RGB
CMYK
RGB Variations
Color information
#880AFC (or 0x880AFC) is known color: Electric Indigo. HEX triplet: 88, 0A and FC. RGB value is (136,10,252). Sum of RGB (Red+Green+Blue) = 136+10+252=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #880AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880AFC is #77F503. Grayscale: #4A4A4A. Windows color (decimal): -7861508 or 16517768. OLE color: 16517768.
HSL color Cylindrical-coordinate representation of color #880AFC: hue angle of 271.24º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880AFC is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 10 | 252 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.01 |
| HSL | 271.24º | 0.98% | 0.51% | - |
| HSV(B) | 271.24º | 0.96% | 0.99% | - |
| XYZ | 27.83 | 12.48 | 93.04 | - |
| YUV | 75.26 | 227.74 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 252 | 0.46 | 0.96 | 0 | 0.01 | 271.24 | 0.98 | 0.51 |
| Hex | 88 | A | FC | 2E | 60 | 0 | 1 | 10F | 62 | 33 |
| Octal | 210 | 12 | 374 | 56 | 140 | 0 | 1 | 417 | 142 | 63 |
| Binary | 10001000 | 1010 | 11111100 | 101110 | 1100000 | 0 | 1 | 100001111 | 1100010 | 110011 |
Color Harmonies of #880AFC
Complementary color
Monochromatic Colors of #880AFC
Black with #880AFC
Text Example
Text Example
White with #880AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AFC; }
p { color: rgb(136,10,252); }
H1.HeaderClassName
{
color: #880AFC;
}
.AnyTagClassName
{
color: #880AFC;
}
</style>
background-color css
<style>
a { background-color: #880AFC; }
a { background-color: rgb(136,10,252); }
div.DivClassName
{
background-color: #880AFC;
}
.BgClassName
{
background-color: #880AFC;
}
</style>
border-color css
<style>
span { border-color: #880AFC; }
span { border-color: rgb(136,10,252); }
td.TdClassName
{
border-color: #880AFC;
}
.TagClassName
{
border-color: #880AFC;
}
</style>