Shades of Electric Indigo #840BFC
Tints of Electric Indigo #840BFC
RGB
CMYK
RGB Variations
Color information
#840BFC (or 0x840BFC) is known color: Electric Indigo. HEX triplet: 84, 0B and FC. RGB value is (132,11,252). Sum of RGB (Red+Green+Blue) = 132+11+252=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #840BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #840BFC is #7BF403. Grayscale: #494949. Windows color (decimal): -8123396 or 16518020. OLE color: 16518020.
HSL color Cylindrical-coordinate representation of color #840BFC: hue angle of 270.12º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840BFC is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 11 | 252 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.01 |
| HSL | 270.12º | 0.98% | 0.52% | - |
| HSV(B) | 270.12º | 0.96% | 0.99% | - |
| XYZ | 27.21 | 12.17 | 93.01 | - |
| YUV | 74.65 | 228.09 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 252 | 0.48 | 0.96 | 0 | 0.01 | 270.12 | 0.98 | 0.52 |
| Hex | 84 | B | FC | 30 | 60 | 0 | 1 | 10E | 62 | 34 |
| Octal | 204 | 13 | 374 | 60 | 140 | 0 | 1 | 416 | 142 | 64 |
| Binary | 10000100 | 1011 | 11111100 | 110000 | 1100000 | 0 | 1 | 100001110 | 1100010 | 110100 |
Color Harmonies of #840BFC
Complementary color
Monochromatic Colors of #840BFC
Black with #840BFC
Text Example
Text Example
White with #840BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840BFC; }
p { color: rgb(132,11,252); }
H1.HeaderClassName
{
color: #840BFC;
}
.AnyTagClassName
{
color: #840BFC;
}
</style>
background-color css
<style>
a { background-color: #840BFC; }
a { background-color: rgb(132,11,252); }
div.DivClassName
{
background-color: #840BFC;
}
.BgClassName
{
background-color: #840BFC;
}
</style>
border-color css
<style>
span { border-color: #840BFC; }
span { border-color: rgb(132,11,252); }
td.TdClassName
{
border-color: #840BFC;
}
.TagClassName
{
border-color: #840BFC;
}
</style>