Shades of Electric Indigo #8C01FA
Tints of Electric Indigo #8C01FA
RGB
CMYK
RGB Variations
Color information
#8C01FA (or 0x8C01FA) is known color: Electric Indigo. HEX triplet: 8C, 01 and FA. RGB value is (140,1,250). Sum of RGB (Red+Green+Blue) = 140+1+250=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C01FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C01FA is #73FE05. Grayscale: #464646. Windows color (decimal): -7601670 or 16384396. OLE color: 16384396.
HSL color Cylindrical-coordinate representation of color #8C01FA: hue angle of 273.49º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C01FA is Cyan = 0.44, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 1 | 250 | - |
| CMYK | 0.44 | 1.00 | 0 | 0.02 |
| HSL | 273.49º | 0.99% | 0.49% | - |
| HSV(B) | 273.49º | 1% | 0.98% | - |
| XYZ | 28.08 | 12.5 | 91.38 | - |
| YUV | 70.95 | 229.05 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 250 | 0.44 | 1.00 | 0 | 0.02 | 273.49 | 0.99 | 0.49 |
| Hex | 8C | 1 | FA | 2C | 64 | 0 | 2 | 111 | 63 | 31 |
| Octal | 214 | 1 | 372 | 54 | 144 | 0 | 2 | 421 | 143 | 61 |
| Binary | 10001100 | 1 | 11111010 | 101100 | 1100100 | 0 | 10 | 100010001 | 1100011 | 110001 |
Color Harmonies of #8C01FA
Complementary color
Monochromatic Colors of #8C01FA
Black with #8C01FA
Text Example
Text Example
White with #8C01FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C01FA; }
p { color: rgb(140,1,250); }
H1.HeaderClassName
{
color: #8C01FA;
}
.AnyTagClassName
{
color: #8C01FA;
}
</style>
background-color css
<style>
a { background-color: #8C01FA; }
a { background-color: rgb(140,1,250); }
div.DivClassName
{
background-color: #8C01FA;
}
.BgClassName
{
background-color: #8C01FA;
}
</style>
border-color css
<style>
span { border-color: #8C01FA; }
span { border-color: rgb(140,1,250); }
td.TdClassName
{
border-color: #8C01FA;
}
.TagClassName
{
border-color: #8C01FA;
}
</style>