Shades of Electric Indigo #880CFE
Tints of Electric Indigo #880CFE
RGB
CMYK
RGB Variations
Color information
#880CFE (or 0x880CFE) is known color: Electric Indigo. HEX triplet: 88, 0C and FE. RGB value is (136,12,254). Sum of RGB (Red+Green+Blue) = 136+12+254=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #880CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880CFE is #77F301. Grayscale: #4B4B4B. Windows color (decimal): -7860994 or 16649352. OLE color: 16649352.
HSL color Cylindrical-coordinate representation of color #880CFE: 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.95%. Process color model (Four color, CMYK) of #880CFE is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 12 | 254 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.00 |
| HSL | 270.74º | 0.99% | 0.52% | - |
| HSV(B) | 270.74º | 0.95% | 1% | - |
| XYZ | 28.17 | 12.65 | 94.72 | - |
| YUV | 76.66 | 228.08 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 254 | 0.46 | 0.95 | 0 | 0.00 | 270.74 | 0.99 | 0.52 |
| Hex | 88 | C | FE | 2E | 5F | 0 | 0 | 10F | 63 | 34 |
| Octal | 210 | 14 | 376 | 56 | 137 | 0 | 0 | 417 | 143 | 64 |
| Binary | 10001000 | 1100 | 11111110 | 101110 | 1011111 | 0 | 0 | 100001111 | 1100011 | 110100 |
Color Harmonies of #880CFE
Complementary color
Monochromatic Colors of #880CFE
Black with #880CFE
Text Example
Text Example
White with #880CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CFE; }
p { color: rgb(136,12,254); }
H1.HeaderClassName
{
color: #880CFE;
}
.AnyTagClassName
{
color: #880CFE;
}
</style>
background-color css
<style>
a { background-color: #880CFE; }
a { background-color: rgb(136,12,254); }
div.DivClassName
{
background-color: #880CFE;
}
.BgClassName
{
background-color: #880CFE;
}
</style>
border-color css
<style>
span { border-color: #880CFE; }
span { border-color: rgb(136,12,254); }
td.TdClassName
{
border-color: #880CFE;
}
.TagClassName
{
border-color: #880CFE;
}
</style>