Shades of Electric Indigo #840AFF
Tints of Electric Indigo #840AFF
RGB
CMYK
RGB Variations
Color information
#840AFF (or 0x840AFF) is known color: Electric Indigo. HEX triplet: 84, 0A and FF. RGB value is (132,10,255). Sum of RGB (Red+Green+Blue) = 132+10+255=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #840AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840AFF is #7BF500. Grayscale: #494949. Windows color (decimal): -8123649 or 16714372. OLE color: 16714372.
HSL color Cylindrical-coordinate representation of color #840AFF: hue angle of 269.88º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840AFF is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 10 | 255 | - |
| CMYK | 0.48 | 0.96 | 0 | 0 |
| HSL | 269.88º | 1% | 0.52% | - |
| HSV(B) | 269.88º | 0.96% | 1% | - |
| XYZ | 27.67 | 12.34 | 95.53 | - |
| YUV | 74.41 | 229.92 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 10 | 255 | 0.48 | 0.96 | 0 | 0 | 269.88 | 1 | 0.52 |
| Hex | 84 | A | FF | 30 | 60 | 0 | 0 | 10E | 64 | 34 |
| Octal | 204 | 12 | 377 | 60 | 140 | 0 | 0 | 416 | 144 | 64 |
| Binary | 10000100 | 1010 | 11111111 | 110000 | 1100000 | 0 | 0 | 100001110 | 1100100 | 110100 |
Color Harmonies of #840AFF
Complementary color
Monochromatic Colors of #840AFF
Black with #840AFF
Text Example
Text Example
White with #840AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840AFF; }
p { color: rgb(132,10,255); }
H1.HeaderClassName
{
color: #840AFF;
}
.AnyTagClassName
{
color: #840AFF;
}
</style>
background-color css
<style>
a { background-color: #840AFF; }
a { background-color: rgb(132,10,255); }
div.DivClassName
{
background-color: #840AFF;
}
.BgClassName
{
background-color: #840AFF;
}
</style>
border-color css
<style>
span { border-color: #840AFF; }
span { border-color: rgb(132,10,255); }
td.TdClassName
{
border-color: #840AFF;
}
.TagClassName
{
border-color: #840AFF;
}
</style>