Shades of Electric Indigo #8405FE
Tints of Electric Indigo #8405FE
RGB
CMYK
RGB Variations
Color information
#8405FE (or 0x8405FE) is known color: Electric Indigo. HEX triplet: 84, 05 and FE. RGB value is (132,5,254). Sum of RGB (Red+Green+Blue) = 132+5+254=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #8405FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8405FE is #7BFA01. Grayscale: #464646. Windows color (decimal): -8124930 or 16647556. OLE color: 16647556.
HSL color Cylindrical-coordinate representation of color #8405FE: hue angle of 270.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8405FE is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 5 | 254 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.00 |
| HSL | 270.6º | 0.99% | 0.51% | - |
| HSV(B) | 270.6º | 0.98% | 1% | - |
| XYZ | 27.46 | 12.17 | 94.67 | - |
| YUV | 71.36 | 231.08 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 254 | 0.48 | 0.98 | 0 | 0.00 | 270.6 | 0.99 | 0.51 |
| Hex | 84 | 5 | FE | 30 | 62 | 0 | 0 | 10F | 63 | 33 |
| Octal | 204 | 5 | 376 | 60 | 142 | 0 | 0 | 417 | 143 | 63 |
| Binary | 10000100 | 101 | 11111110 | 110000 | 1100010 | 0 | 0 | 100001111 | 1100011 | 110011 |
Color Harmonies of #8405FE
Complementary color
Monochromatic Colors of #8405FE
Black with #8405FE
Text Example
Text Example
White with #8405FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405FE; }
p { color: rgb(132,5,254); }
H1.HeaderClassName
{
color: #8405FE;
}
.AnyTagClassName
{
color: #8405FE;
}
</style>
background-color css
<style>
a { background-color: #8405FE; }
a { background-color: rgb(132,5,254); }
div.DivClassName
{
background-color: #8405FE;
}
.BgClassName
{
background-color: #8405FE;
}
</style>
border-color css
<style>
span { border-color: #8405FE; }
span { border-color: rgb(132,5,254); }
td.TdClassName
{
border-color: #8405FE;
}
.TagClassName
{
border-color: #8405FE;
}
</style>