Shades of Electric Indigo #8406FF
Tints of Electric Indigo #8406FF
RGB
CMYK
RGB Variations
Color information
#8406FF (or 0x8406FF) is known color: Electric Indigo. HEX triplet: 84, 06 and FF. RGB value is (132,6,255). Sum of RGB (Red+Green+Blue) = 132+6+255=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #8406FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8406FF is #7BF900. Grayscale: #474747. Windows color (decimal): -8124673 or 16713348. OLE color: 16713348.
HSL color Cylindrical-coordinate representation of color #8406FF: hue angle of 270.36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8406FF is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 6 | 255 | - |
| CMYK | 0.48 | 0.98 | 0 | 0 |
| HSL | 270.36º | 1% | 0.51% | - |
| HSV(B) | 270.36º | 0.98% | 1% | - |
| XYZ | 27.63 | 12.26 | 95.52 | - |
| YUV | 72.06 | 231.24 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 6 | 255 | 0.48 | 0.98 | 0 | 0 | 270.36 | 1 | 0.51 |
| Hex | 84 | 6 | FF | 30 | 62 | 0 | 0 | 10E | 64 | 33 |
| Octal | 204 | 6 | 377 | 60 | 142 | 0 | 0 | 416 | 144 | 63 |
| Binary | 10000100 | 110 | 11111111 | 110000 | 1100010 | 0 | 0 | 100001110 | 1100100 | 110011 |
Color Harmonies of #8406FF
Complementary color
Monochromatic Colors of #8406FF
Black with #8406FF
Text Example
Text Example
White with #8406FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8406FF; }
p { color: rgb(132,6,255); }
H1.HeaderClassName
{
color: #8406FF;
}
.AnyTagClassName
{
color: #8406FF;
}
</style>
background-color css
<style>
a { background-color: #8406FF; }
a { background-color: rgb(132,6,255); }
div.DivClassName
{
background-color: #8406FF;
}
.BgClassName
{
background-color: #8406FF;
}
</style>
border-color css
<style>
span { border-color: #8406FF; }
span { border-color: rgb(132,6,255); }
td.TdClassName
{
border-color: #8406FF;
}
.TagClassName
{
border-color: #8406FF;
}
</style>