Shades of Electric Indigo #8C02FC
Tints of Electric Indigo #8C02FC
RGB
CMYK
RGB Variations
Color information
#8C02FC (or 0x8C02FC) is known color: Electric Indigo. HEX triplet: 8C, 02 and FC. RGB value is (140,2,252). Sum of RGB (Red+Green+Blue) = 140+2+252=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C02FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C02FC is #73FD03. Grayscale: #464646. Windows color (decimal): -7601412 or 16515724. OLE color: 16515724.
HSL color Cylindrical-coordinate representation of color #8C02FC: hue angle of 273.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C02FC is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 2 | 252 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.01 |
| HSL | 273.12º | 0.98% | 0.5% | - |
| HSV(B) | 273.12º | 0.99% | 0.99% | - |
| XYZ | 28.41 | 12.65 | 93.04 | - |
| YUV | 71.76 | 229.72 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 252 | 0.44 | 0.99 | 0 | 0.01 | 273.12 | 0.98 | 0.5 |
| Hex | 8C | 2 | FC | 2C | 63 | 0 | 1 | 111 | 62 | 32 |
| Octal | 214 | 2 | 374 | 54 | 143 | 0 | 1 | 421 | 142 | 62 |
| Binary | 10001100 | 10 | 11111100 | 101100 | 1100011 | 0 | 1 | 100010001 | 1100010 | 110010 |
Color Harmonies of #8C02FC
Complementary color
Monochromatic Colors of #8C02FC
Black with #8C02FC
Text Example
Text Example
White with #8C02FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C02FC; }
p { color: rgb(140,2,252); }
H1.HeaderClassName
{
color: #8C02FC;
}
.AnyTagClassName
{
color: #8C02FC;
}
</style>
background-color css
<style>
a { background-color: #8C02FC; }
a { background-color: rgb(140,2,252); }
div.DivClassName
{
background-color: #8C02FC;
}
.BgClassName
{
background-color: #8C02FC;
}
</style>
border-color css
<style>
span { border-color: #8C02FC; }
span { border-color: rgb(140,2,252); }
td.TdClassName
{
border-color: #8C02FC;
}
.TagClassName
{
border-color: #8C02FC;
}
</style>