Shades of Electric Indigo #870CFE
Tints of Electric Indigo #870CFE
RGB
CMYK
RGB Variations
Color information
#870CFE (or 0x870CFE) is known color: Electric Indigo. HEX triplet: 87, 0C and FE. RGB value is (135,12,254). Sum of RGB (Red+Green+Blue) = 135+12+254=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #870CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870CFE is #78F301. Grayscale: #4B4B4B. Windows color (decimal): -7926530 or 16649351. OLE color: 16649351.
HSL color Cylindrical-coordinate representation of color #870CFE: hue angle of 270.5º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870CFE is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 12 | 254 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.00 |
| HSL | 270.5º | 0.99% | 0.52% | - |
| HSV(B) | 270.5º | 0.95% | 1% | - |
| XYZ | 28.01 | 12.57 | 94.72 | - |
| YUV | 76.37 | 228.25 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 254 | 0.47 | 0.95 | 0 | 0.00 | 270.5 | 0.99 | 0.52 |
| Hex | 87 | C | FE | 2F | 5F | 0 | 0 | 10E | 63 | 34 |
| Octal | 207 | 14 | 376 | 57 | 137 | 0 | 0 | 416 | 143 | 64 |
| Binary | 10000111 | 1100 | 11111110 | 101111 | 1011111 | 0 | 0 | 100001110 | 1100011 | 110100 |
Color Harmonies of #870CFE
Complementary color
Monochromatic Colors of #870CFE
Black with #870CFE
Text Example
Text Example
White with #870CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870CFE; }
p { color: rgb(135,12,254); }
H1.HeaderClassName
{
color: #870CFE;
}
.AnyTagClassName
{
color: #870CFE;
}
</style>
background-color css
<style>
a { background-color: #870CFE; }
a { background-color: rgb(135,12,254); }
div.DivClassName
{
background-color: #870CFE;
}
.BgClassName
{
background-color: #870CFE;
}
</style>
border-color css
<style>
span { border-color: #870CFE; }
span { border-color: rgb(135,12,254); }
td.TdClassName
{
border-color: #870CFE;
}
.TagClassName
{
border-color: #870CFE;
}
</style>