Shades of Electric Indigo #8401FC
Tints of Electric Indigo #8401FC
RGB
CMYK
RGB Variations
Color information
#8401FC (or 0x8401FC) is known color: Electric Indigo. HEX triplet: 84, 01 and FC. RGB value is (132,1,252). Sum of RGB (Red+Green+Blue) = 132+1+252=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #8401FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8401FC is #7BFE03. Grayscale: #434343. Windows color (decimal): -8125956 or 16515460. OLE color: 16515460.
HSL color Cylindrical-coordinate representation of color #8401FC: hue angle of 271.31º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8401FC is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 1 | 252 | - |
| CMYK | 0.48 | 1.00 | 0 | 0.01 |
| HSL | 271.31º | 0.99% | 0.5% | - |
| HSV(B) | 271.31º | 1% | 0.99% | - |
| XYZ | 27.1 | 11.96 | 92.97 | - |
| YUV | 68.78 | 231.4 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 252 | 0.48 | 1.00 | 0 | 0.01 | 271.31 | 0.99 | 0.5 |
| Hex | 84 | 1 | FC | 30 | 64 | 0 | 1 | 10F | 63 | 32 |
| Octal | 204 | 1 | 374 | 60 | 144 | 0 | 1 | 417 | 143 | 62 |
| Binary | 10000100 | 1 | 11111100 | 110000 | 1100100 | 0 | 1 | 100001111 | 1100011 | 110010 |
Color Harmonies of #8401FC
Complementary color
Monochromatic Colors of #8401FC
Black with #8401FC
Text Example
Text Example
White with #8401FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8401FC; }
p { color: rgb(132,1,252); }
H1.HeaderClassName
{
color: #8401FC;
}
.AnyTagClassName
{
color: #8401FC;
}
</style>
background-color css
<style>
a { background-color: #8401FC; }
a { background-color: rgb(132,1,252); }
div.DivClassName
{
background-color: #8401FC;
}
.BgClassName
{
background-color: #8401FC;
}
</style>
border-color css
<style>
span { border-color: #8401FC; }
span { border-color: rgb(132,1,252); }
td.TdClassName
{
border-color: #8401FC;
}
.TagClassName
{
border-color: #8401FC;
}
</style>