Shades of Electric Indigo #8501FC
Tints of Electric Indigo #8501FC
RGB
CMYK
RGB Variations
Color information
#8501FC (or 0x8501FC) is known color: Electric Indigo. HEX triplet: 85, 01 and FC. RGB value is (133,1,252). Sum of RGB (Red+Green+Blue) = 133+1+252=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #8501FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8501FC is #7AFE03. Grayscale: #444444. Windows color (decimal): -8060420 or 16515461. OLE color: 16515461.
HSL color Cylindrical-coordinate representation of color #8501FC: hue angle of 271.55º 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 #8501FC is Cyan = 0.47, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 1 | 252 | - |
| CMYK | 0.47 | 1.00 | 0 | 0.01 |
| HSL | 271.55º | 0.99% | 0.5% | - |
| HSV(B) | 271.55º | 1% | 0.99% | - |
| XYZ | 27.25 | 12.04 | 92.98 | - |
| YUV | 69.08 | 231.23 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 252 | 0.47 | 1.00 | 0 | 0.01 | 271.55 | 0.99 | 0.5 |
| Hex | 85 | 1 | FC | 2F | 64 | 0 | 1 | 110 | 63 | 32 |
| Octal | 205 | 1 | 374 | 57 | 144 | 0 | 1 | 420 | 143 | 62 |
| Binary | 10000101 | 1 | 11111100 | 101111 | 1100100 | 0 | 1 | 100010000 | 1100011 | 110010 |
Color Harmonies of #8501FC
Complementary color
Monochromatic Colors of #8501FC
Black with #8501FC
Text Example
Text Example
White with #8501FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501FC; }
p { color: rgb(133,1,252); }
H1.HeaderClassName
{
color: #8501FC;
}
.AnyTagClassName
{
color: #8501FC;
}
</style>
background-color css
<style>
a { background-color: #8501FC; }
a { background-color: rgb(133,1,252); }
div.DivClassName
{
background-color: #8501FC;
}
.BgClassName
{
background-color: #8501FC;
}
</style>
border-color css
<style>
span { border-color: #8501FC; }
span { border-color: rgb(133,1,252); }
td.TdClassName
{
border-color: #8501FC;
}
.TagClassName
{
border-color: #8501FC;
}
</style>