Shades of Electric Indigo #840FFF
Tints of Electric Indigo #840FFF
RGB
CMYK
RGB Variations
Color information
#840FFF (or 0x840FFF) is known color: Electric Indigo. HEX triplet: 84, 0F and FF. RGB value is (132,15,255). Sum of RGB (Red+Green+Blue) = 132+15+255=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #840FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840FFF is #7BF000. Grayscale: #4C4C4C. Windows color (decimal): -8122369 or 16715652. OLE color: 16715652.
HSL color Cylindrical-coordinate representation of color #840FFF: hue angle of 269.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840FFF is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 15 | 255 | - |
| CMYK | 0.48 | 0.94 | 0 | 0 |
| HSL | 269.25º | 1% | 0.53% | - |
| HSV(B) | 269.25º | 0.94% | 1% | - |
| XYZ | 27.74 | 12.47 | 95.55 | - |
| YUV | 77.34 | 228.26 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 255 | 0.48 | 0.94 | 0 | 0 | 269.25 | 1 | 0.53 |
| Hex | 84 | F | FF | 30 | 5E | 0 | 0 | 10D | 64 | 35 |
| Octal | 204 | 17 | 377 | 60 | 136 | 0 | 0 | 415 | 144 | 65 |
| Binary | 10000100 | 1111 | 11111111 | 110000 | 1011110 | 0 | 0 | 100001101 | 1100100 | 110101 |
Color Harmonies of #840FFF
Complementary color
Monochromatic Colors of #840FFF
Black with #840FFF
Text Example
Text Example
White with #840FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840FFF; }
p { color: rgb(132,15,255); }
H1.HeaderClassName
{
color: #840FFF;
}
.AnyTagClassName
{
color: #840FFF;
}
</style>
background-color css
<style>
a { background-color: #840FFF; }
a { background-color: rgb(132,15,255); }
div.DivClassName
{
background-color: #840FFF;
}
.BgClassName
{
background-color: #840FFF;
}
</style>
border-color css
<style>
span { border-color: #840FFF; }
span { border-color: rgb(132,15,255); }
td.TdClassName
{
border-color: #840FFF;
}
.TagClassName
{
border-color: #840FFF;
}
</style>