Shades of Electric Indigo #870AFE
Tints of Electric Indigo #870AFE
RGB
CMYK
RGB Variations
Color information
#870AFE (or 0x870AFE) is known color: Electric Indigo. HEX triplet: 87, 0A and FE. RGB value is (135,10,254). Sum of RGB (Red+Green+Blue) = 135+10+254=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #870AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870AFE is #78F501. Grayscale: #4A4A4A. Windows color (decimal): -7927042 or 16648839. OLE color: 16648839.
HSL color Cylindrical-coordinate representation of color #870AFE: hue angle of 270.74º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870AFE is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 10 | 254 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.00 |
| HSL | 270.74º | 0.99% | 0.52% | - |
| HSV(B) | 270.74º | 0.96% | 1% | - |
| XYZ | 27.99 | 12.52 | 94.71 | - |
| YUV | 75.19 | 228.91 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 254 | 0.47 | 0.96 | 0 | 0.00 | 270.74 | 0.99 | 0.52 |
| Hex | 87 | A | FE | 2F | 60 | 0 | 0 | 10F | 63 | 34 |
| Octal | 207 | 12 | 376 | 57 | 140 | 0 | 0 | 417 | 143 | 64 |
| Binary | 10000111 | 1010 | 11111110 | 101111 | 1100000 | 0 | 0 | 100001111 | 1100011 | 110100 |
Color Harmonies of #870AFE
Complementary color
Monochromatic Colors of #870AFE
Black with #870AFE
Text Example
Text Example
White with #870AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870AFE; }
p { color: rgb(135,10,254); }
H1.HeaderClassName
{
color: #870AFE;
}
.AnyTagClassName
{
color: #870AFE;
}
</style>
background-color css
<style>
a { background-color: #870AFE; }
a { background-color: rgb(135,10,254); }
div.DivClassName
{
background-color: #870AFE;
}
.BgClassName
{
background-color: #870AFE;
}
</style>
border-color css
<style>
span { border-color: #870AFE; }
span { border-color: rgb(135,10,254); }
td.TdClassName
{
border-color: #870AFE;
}
.TagClassName
{
border-color: #870AFE;
}
</style>