Shades of Electric Indigo #880AFD
Tints of Electric Indigo #880AFD
RGB
CMYK
RGB Variations
Color information
#880AFD (or 0x880AFD) is known color: Electric Indigo. HEX triplet: 88, 0A and FD. RGB value is (136,10,253). Sum of RGB (Red+Green+Blue) = 136+10+253=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #880AFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880AFD is #77F502. Grayscale: #4A4A4A. Windows color (decimal): -7861507 or 16583304. OLE color: 16583304.
HSL color Cylindrical-coordinate representation of color #880AFD: hue angle of 271.11º 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 #880AFD is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 10 | 253 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.01 |
| HSL | 271.11º | 0.98% | 0.52% | - |
| HSV(B) | 271.11º | 0.96% | 0.99% | - |
| XYZ | 27.99 | 12.54 | 93.87 | - |
| YUV | 75.38 | 228.24 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 253 | 0.46 | 0.96 | 0 | 0.01 | 271.11 | 0.98 | 0.52 |
| Hex | 88 | A | FD | 2E | 60 | 0 | 1 | 10F | 62 | 34 |
| Octal | 210 | 12 | 375 | 56 | 140 | 0 | 1 | 417 | 142 | 64 |
| Binary | 10001000 | 1010 | 11111101 | 101110 | 1100000 | 0 | 1 | 100001111 | 1100010 | 110100 |
Color Harmonies of #880AFD
Complementary color
Monochromatic Colors of #880AFD
Black with #880AFD
Text Example
Text Example
White with #880AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AFD; }
p { color: rgb(136,10,253); }
H1.HeaderClassName
{
color: #880AFD;
}
.AnyTagClassName
{
color: #880AFD;
}
</style>
background-color css
<style>
a { background-color: #880AFD; }
a { background-color: rgb(136,10,253); }
div.DivClassName
{
background-color: #880AFD;
}
.BgClassName
{
background-color: #880AFD;
}
</style>
border-color css
<style>
span { border-color: #880AFD; }
span { border-color: rgb(136,10,253); }
td.TdClassName
{
border-color: #880AFD;
}
.TagClassName
{
border-color: #880AFD;
}
</style>