Shades of Electric Indigo #8403FE
Tints of Electric Indigo #8403FE
RGB
CMYK
RGB Variations
Color information
#8403FE (or 0x8403FE) is known color: Electric Indigo. HEX triplet: 84, 03 and FE. RGB value is (132,3,254). Sum of RGB (Red+Green+Blue) = 132+3+254=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #8403FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8403FE is #7BFC01. Grayscale: #454545. Windows color (decimal): -8125442 or 16647044. OLE color: 16647044.
HSL color Cylindrical-coordinate representation of color #8403FE: hue angle of 270.84º 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 #8403FE is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 3 | 254 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.00 |
| HSL | 270.84º | 0.99% | 0.5% | - |
| HSV(B) | 270.84º | 0.99% | 1% | - |
| XYZ | 27.44 | 12.13 | 94.66 | - |
| YUV | 70.19 | 231.74 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 254 | 0.48 | 0.99 | 0 | 0.00 | 270.84 | 0.99 | 0.5 |
| Hex | 84 | 3 | FE | 30 | 63 | 0 | 0 | 10F | 63 | 32 |
| Octal | 204 | 3 | 376 | 60 | 143 | 0 | 0 | 417 | 143 | 62 |
| Binary | 10000100 | 11 | 11111110 | 110000 | 1100011 | 0 | 0 | 100001111 | 1100011 | 110010 |
Color Harmonies of #8403FE
Complementary color
Monochromatic Colors of #8403FE
Black with #8403FE
Text Example
Text Example
White with #8403FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8403FE; }
p { color: rgb(132,3,254); }
H1.HeaderClassName
{
color: #8403FE;
}
.AnyTagClassName
{
color: #8403FE;
}
</style>
background-color css
<style>
a { background-color: #8403FE; }
a { background-color: rgb(132,3,254); }
div.DivClassName
{
background-color: #8403FE;
}
.BgClassName
{
background-color: #8403FE;
}
</style>
border-color css
<style>
span { border-color: #8403FE; }
span { border-color: rgb(132,3,254); }
td.TdClassName
{
border-color: #8403FE;
}
.TagClassName
{
border-color: #8403FE;
}
</style>