Shades of Electric Indigo #8408FF
Tints of Electric Indigo #8408FF
RGB
CMYK
RGB Variations
Color information
#8408FF (or 0x8408FF) is known color: Electric Indigo. HEX triplet: 84, 08 and FF. RGB value is (132,8,255). Sum of RGB (Red+Green+Blue) = 132+8+255=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #8408FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8408FF is #7BF700. Grayscale: #484848. Windows color (decimal): -8124161 or 16713860. OLE color: 16713860.
HSL color Cylindrical-coordinate representation of color #8408FF: hue angle of 270.12º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8408FF is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 8 | 255 | - |
| CMYK | 0.48 | 0.97 | 0 | 0 |
| HSL | 270.12º | 1% | 0.52% | - |
| HSV(B) | 270.12º | 0.97% | 1% | - |
| XYZ | 27.65 | 12.3 | 95.52 | - |
| YUV | 73.23 | 230.58 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 8 | 255 | 0.48 | 0.97 | 0 | 0 | 270.12 | 1 | 0.52 |
| Hex | 84 | 8 | FF | 30 | 61 | 0 | 0 | 10E | 64 | 34 |
| Octal | 204 | 10 | 377 | 60 | 141 | 0 | 0 | 416 | 144 | 64 |
| Binary | 10000100 | 1000 | 11111111 | 110000 | 1100001 | 0 | 0 | 100001110 | 1100100 | 110100 |
Color Harmonies of #8408FF
Complementary color
Monochromatic Colors of #8408FF
Black with #8408FF
Text Example
Text Example
White with #8408FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8408FF; }
p { color: rgb(132,8,255); }
H1.HeaderClassName
{
color: #8408FF;
}
.AnyTagClassName
{
color: #8408FF;
}
</style>
background-color css
<style>
a { background-color: #8408FF; }
a { background-color: rgb(132,8,255); }
div.DivClassName
{
background-color: #8408FF;
}
.BgClassName
{
background-color: #8408FF;
}
</style>
border-color css
<style>
span { border-color: #8408FF; }
span { border-color: rgb(132,8,255); }
td.TdClassName
{
border-color: #8408FF;
}
.TagClassName
{
border-color: #8408FF;
}
</style>