Shades of Electric Indigo #8402FE
Tints of Electric Indigo #8402FE
RGB
CMYK
RGB Variations
Color information
#8402FE (or 0x8402FE) is known color: Electric Indigo. HEX triplet: 84, 02 and FE. RGB value is (132,2,254). Sum of RGB (Red+Green+Blue) = 132+2+254=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #8402FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8402FE is #7BFD01. Grayscale: #444444. Windows color (decimal): -8125698 or 16646788. OLE color: 16646788.
HSL color Cylindrical-coordinate representation of color #8402FE: hue angle of 270.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8402FE is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 2 | 254 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.00 |
| HSL | 270.95º | 0.99% | 0.5% | - |
| HSV(B) | 270.95º | 0.99% | 1% | - |
| XYZ | 27.43 | 12.1 | 94.66 | - |
| YUV | 69.6 | 232.07 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 254 | 0.48 | 0.99 | 0 | 0.00 | 270.95 | 0.99 | 0.5 |
| Hex | 84 | 2 | FE | 30 | 63 | 0 | 0 | 10F | 63 | 32 |
| Octal | 204 | 2 | 376 | 60 | 143 | 0 | 0 | 417 | 143 | 62 |
| Binary | 10000100 | 10 | 11111110 | 110000 | 1100011 | 0 | 0 | 100001111 | 1100011 | 110010 |
Color Harmonies of #8402FE
Complementary color
Monochromatic Colors of #8402FE
Black with #8402FE
Text Example
Text Example
White with #8402FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8402FE; }
p { color: rgb(132,2,254); }
H1.HeaderClassName
{
color: #8402FE;
}
.AnyTagClassName
{
color: #8402FE;
}
</style>
background-color css
<style>
a { background-color: #8402FE; }
a { background-color: rgb(132,2,254); }
div.DivClassName
{
background-color: #8402FE;
}
.BgClassName
{
background-color: #8402FE;
}
</style>
border-color css
<style>
span { border-color: #8402FE; }
span { border-color: rgb(132,2,254); }
td.TdClassName
{
border-color: #8402FE;
}
.TagClassName
{
border-color: #8402FE;
}
</style>