Shades of Electric Indigo #8C04FA
Tints of Electric Indigo #8C04FA
RGB
CMYK
RGB Variations
Color information
#8C04FA (or 0x8C04FA) is known color: Electric Indigo. HEX triplet: 8C, 04 and FA. RGB value is (140,4,250). Sum of RGB (Red+Green+Blue) = 140+4+250=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C04FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C04FA is #73FB05. Grayscale: #474747. Windows color (decimal): -7600902 or 16385164. OLE color: 16385164.
HSL color Cylindrical-coordinate representation of color #8C04FA: hue angle of 273.17º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C04FA is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 4 | 250 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.02 |
| HSL | 273.17º | 0.97% | 0.5% | - |
| HSV(B) | 273.17º | 0.98% | 0.98% | - |
| XYZ | 28.11 | 12.56 | 91.39 | - |
| YUV | 72.71 | 228.06 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 250 | 0.44 | 0.98 | 0 | 0.02 | 273.17 | 0.97 | 0.5 |
| Hex | 8C | 4 | FA | 2C | 62 | 0 | 2 | 111 | 61 | 32 |
| Octal | 214 | 4 | 372 | 54 | 142 | 0 | 2 | 421 | 141 | 62 |
| Binary | 10001100 | 100 | 11111010 | 101100 | 1100010 | 0 | 10 | 100010001 | 1100001 | 110010 |
Color Harmonies of #8C04FA
Complementary color
Monochromatic Colors of #8C04FA
Black with #8C04FA
Text Example
Text Example
White with #8C04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C04FA; }
p { color: rgb(140,4,250); }
H1.HeaderClassName
{
color: #8C04FA;
}
.AnyTagClassName
{
color: #8C04FA;
}
</style>
background-color css
<style>
a { background-color: #8C04FA; }
a { background-color: rgb(140,4,250); }
div.DivClassName
{
background-color: #8C04FA;
}
.BgClassName
{
background-color: #8C04FA;
}
</style>
border-color css
<style>
span { border-color: #8C04FA; }
span { border-color: rgb(140,4,250); }
td.TdClassName
{
border-color: #8C04FA;
}
.TagClassName
{
border-color: #8C04FA;
}
</style>