Shades of Electric Indigo #880AFA
Tints of Electric Indigo #880AFA
RGB
CMYK
RGB Variations
Color information
#880AFA (or 0x880AFA) is known color: Electric Indigo. HEX triplet: 88, 0A and FA. RGB value is (136,10,250). Sum of RGB (Red+Green+Blue) = 136+10+250=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #880AFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880AFA is #77F505. Grayscale: #4A4A4A. Windows color (decimal): -7861510 or 16386696. OLE color: 16386696.
HSL color Cylindrical-coordinate representation of color #880AFA: hue angle of 271.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880AFA is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 10 | 250 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.02 |
| HSL | 271.5º | 0.96% | 0.51% | - |
| HSV(B) | 271.5º | 0.96% | 0.98% | - |
| XYZ | 27.52 | 12.35 | 91.38 | - |
| YUV | 75.03 | 226.74 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 250 | 0.46 | 0.96 | 0 | 0.02 | 271.5 | 0.96 | 0.51 |
| Hex | 88 | A | FA | 2E | 60 | 0 | 2 | 110 | 60 | 33 |
| Octal | 210 | 12 | 372 | 56 | 140 | 0 | 2 | 420 | 140 | 63 |
| Binary | 10001000 | 1010 | 11111010 | 101110 | 1100000 | 0 | 10 | 100010000 | 1100000 | 110011 |
Color Harmonies of #880AFA
Complementary color
Monochromatic Colors of #880AFA
Black with #880AFA
Text Example
Text Example
White with #880AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AFA; }
p { color: rgb(136,10,250); }
H1.HeaderClassName
{
color: #880AFA;
}
.AnyTagClassName
{
color: #880AFA;
}
</style>
background-color css
<style>
a { background-color: #880AFA; }
a { background-color: rgb(136,10,250); }
div.DivClassName
{
background-color: #880AFA;
}
.BgClassName
{
background-color: #880AFA;
}
</style>
border-color css
<style>
span { border-color: #880AFA; }
span { border-color: rgb(136,10,250); }
td.TdClassName
{
border-color: #880AFA;
}
.TagClassName
{
border-color: #880AFA;
}
</style>