Shades of Electric Indigo #880CFC
Tints of Electric Indigo #880CFC
RGB
CMYK
RGB Variations
Color information
#880CFC (or 0x880CFC) is known color: Electric Indigo. HEX triplet: 88, 0C and FC. RGB value is (136,12,252). Sum of RGB (Red+Green+Blue) = 136+12+252=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #880CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880CFC is #77F303. Grayscale: #4B4B4B. Windows color (decimal): -7860996 or 16518280. OLE color: 16518280.
HSL color Cylindrical-coordinate representation of color #880CFC: hue angle of 271º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880CFC is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 12 | 252 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.01 |
| HSL | 271º | 0.98% | 0.52% | - |
| HSV(B) | 271º | 0.95% | 0.99% | - |
| XYZ | 27.86 | 12.53 | 93.04 | - |
| YUV | 76.44 | 227.08 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 252 | 0.46 | 0.95 | 0 | 0.01 | 271 | 0.98 | 0.52 |
| Hex | 88 | C | FC | 2E | 5F | 0 | 1 | 10F | 62 | 34 |
| Octal | 210 | 14 | 374 | 56 | 137 | 0 | 1 | 417 | 142 | 64 |
| Binary | 10001000 | 1100 | 11111100 | 101110 | 1011111 | 0 | 1 | 100001111 | 1100010 | 110100 |
Color Harmonies of #880CFC
Complementary color
Monochromatic Colors of #880CFC
Black with #880CFC
Text Example
Text Example
White with #880CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880CFC; }
p { color: rgb(136,12,252); }
H1.HeaderClassName
{
color: #880CFC;
}
.AnyTagClassName
{
color: #880CFC;
}
</style>
background-color css
<style>
a { background-color: #880CFC; }
a { background-color: rgb(136,12,252); }
div.DivClassName
{
background-color: #880CFC;
}
.BgClassName
{
background-color: #880CFC;
}
</style>
border-color css
<style>
span { border-color: #880CFC; }
span { border-color: rgb(136,12,252); }
td.TdClassName
{
border-color: #880CFC;
}
.TagClassName
{
border-color: #880CFC;
}
</style>