Shades of Electric Indigo #8401FF
Tints of Electric Indigo #8401FF
RGB
CMYK
RGB Variations
Color information
#8401FF (or 0x8401FF) is known color: Electric Indigo. HEX triplet: 84, 01 and FF. RGB value is (132,1,255). Sum of RGB (Red+Green+Blue) = 132+1+255=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #8401FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8401FF is #7BFE00. Grayscale: #444444. Windows color (decimal): -8125953 or 16712068. OLE color: 16712068.
HSL color Cylindrical-coordinate representation of color #8401FF: hue angle of 270.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8401FF is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 1 | 255 | - |
| CMYK | 0.48 | 1.00 | 0 | 0 |
| HSL | 270.94º | 1% | 0.5% | - |
| HSV(B) | 270.94º | 1% | 1% | - |
| XYZ | 27.58 | 12.15 | 95.5 | - |
| YUV | 69.13 | 232.9 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 255 | 0.48 | 1.00 | 0 | 0 | 270.94 | 1 | 0.5 |
| Hex | 84 | 1 | FF | 30 | 64 | 0 | 0 | 10F | 64 | 32 |
| Octal | 204 | 1 | 377 | 60 | 144 | 0 | 0 | 417 | 144 | 62 |
| Binary | 10000100 | 1 | 11111111 | 110000 | 1100100 | 0 | 0 | 100001111 | 1100100 | 110010 |
Color Harmonies of #8401FF
Complementary color
Monochromatic Colors of #8401FF
Black with #8401FF
Text Example
Text Example
White with #8401FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8401FF; }
p { color: rgb(132,1,255); }
H1.HeaderClassName
{
color: #8401FF;
}
.AnyTagClassName
{
color: #8401FF;
}
</style>
background-color css
<style>
a { background-color: #8401FF; }
a { background-color: rgb(132,1,255); }
div.DivClassName
{
background-color: #8401FF;
}
.BgClassName
{
background-color: #8401FF;
}
</style>
border-color css
<style>
span { border-color: #8401FF; }
span { border-color: rgb(132,1,255); }
td.TdClassName
{
border-color: #8401FF;
}
.TagClassName
{
border-color: #8401FF;
}
</style>