Shades of Electric Indigo #870AFB
Tints of Electric Indigo #870AFB
RGB
CMYK
RGB Variations
Color information
#870AFB (or 0x870AFB) is known color: Electric Indigo. HEX triplet: 87, 0A and FB. RGB value is (135,10,251). Sum of RGB (Red+Green+Blue) = 135+10+251=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #870AFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870AFB is #78F504. Grayscale: #4A4A4A. Windows color (decimal): -7927045 or 16452231. OLE color: 16452231.
HSL color Cylindrical-coordinate representation of color #870AFB: hue angle of 271.12º degrees, saturation: 0.97, 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 #870AFB is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 10 | 251 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.02 |
| HSL | 271.12º | 0.97% | 0.51% | - |
| HSV(B) | 271.12º | 0.96% | 0.98% | - |
| XYZ | 27.51 | 12.33 | 92.2 | - |
| YUV | 74.85 | 227.41 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 251 | 0.46 | 0.96 | 0 | 0.02 | 271.12 | 0.97 | 0.51 |
| Hex | 87 | A | FB | 2E | 60 | 0 | 2 | 10F | 61 | 33 |
| Octal | 207 | 12 | 373 | 56 | 140 | 0 | 2 | 417 | 141 | 63 |
| Binary | 10000111 | 1010 | 11111011 | 101110 | 1100000 | 0 | 10 | 100001111 | 1100001 | 110011 |
Color Harmonies of #870AFB
Complementary color
Monochromatic Colors of #870AFB
Black with #870AFB
Text Example
Text Example
White with #870AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870AFB; }
p { color: rgb(135,10,251); }
H1.HeaderClassName
{
color: #870AFB;
}
.AnyTagClassName
{
color: #870AFB;
}
</style>
background-color css
<style>
a { background-color: #870AFB; }
a { background-color: rgb(135,10,251); }
div.DivClassName
{
background-color: #870AFB;
}
.BgClassName
{
background-color: #870AFB;
}
</style>
border-color css
<style>
span { border-color: #870AFB; }
span { border-color: rgb(135,10,251); }
td.TdClassName
{
border-color: #870AFB;
}
.TagClassName
{
border-color: #870AFB;
}
</style>