Shades of Electric Indigo #880DFF
Tints of Electric Indigo #880DFF
RGB
CMYK
RGB Variations
Color information
#880DFF (or 0x880DFF) is known color: Electric Indigo. HEX triplet: 88, 0D and FF. RGB value is (136,13,255). Sum of RGB (Red+Green+Blue) = 136+13+255=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #880DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880DFF is #77F200. Grayscale: #4C4C4C. Windows color (decimal): -7860737 or 16715144. OLE color: 16715144.
HSL color Cylindrical-coordinate representation of color #880DFF: hue angle of 270.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880DFF is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 13 | 255 | - |
| CMYK | 0.47 | 0.95 | 0 | 0 |
| HSL | 270.5º | 1% | 0.53% | - |
| HSV(B) | 270.5º | 0.95% | 1% | - |
| XYZ | 28.35 | 12.74 | 95.57 | - |
| YUV | 77.37 | 228.25 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 255 | 0.47 | 0.95 | 0 | 0 | 270.5 | 1 | 0.53 |
| Hex | 88 | D | FF | 2F | 5F | 0 | 0 | 10E | 64 | 35 |
| Octal | 210 | 15 | 377 | 57 | 137 | 0 | 0 | 416 | 144 | 65 |
| Binary | 10001000 | 1101 | 11111111 | 101111 | 1011111 | 0 | 0 | 100001110 | 1100100 | 110101 |
Color Harmonies of #880DFF
Complementary color
Monochromatic Colors of #880DFF
Black with #880DFF
Text Example
Text Example
White with #880DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880DFF; }
p { color: rgb(136,13,255); }
H1.HeaderClassName
{
color: #880DFF;
}
.AnyTagClassName
{
color: #880DFF;
}
</style>
background-color css
<style>
a { background-color: #880DFF; }
a { background-color: rgb(136,13,255); }
div.DivClassName
{
background-color: #880DFF;
}
.BgClassName
{
background-color: #880DFF;
}
</style>
border-color css
<style>
span { border-color: #880DFF; }
span { border-color: rgb(136,13,255); }
td.TdClassName
{
border-color: #880DFF;
}
.TagClassName
{
border-color: #880DFF;
}
</style>