Shades of Electric Indigo #8C02FD
Tints of Electric Indigo #8C02FD
RGB
CMYK
RGB Variations
Color information
#8C02FD (or 0x8C02FD) is known color: Electric Indigo. HEX triplet: 8C, 02 and FD. RGB value is (140,2,253). Sum of RGB (Red+Green+Blue) = 140+2+253=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C02FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C02FD is #73FD02. Grayscale: #474747. Windows color (decimal): -7601411 or 16581260. OLE color: 16581260.
HSL color Cylindrical-coordinate representation of color #8C02FD: hue angle of 272.99º 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 #8C02FD is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 2 | 253 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.01 |
| HSL | 272.99º | 0.98% | 0.5% | - |
| HSV(B) | 272.99º | 0.99% | 0.99% | - |
| XYZ | 28.57 | 12.71 | 93.88 | - |
| YUV | 71.88 | 230.22 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 253 | 0.45 | 0.99 | 0 | 0.01 | 272.99 | 0.98 | 0.5 |
| Hex | 8C | 2 | FD | 2D | 63 | 0 | 1 | 111 | 62 | 32 |
| Octal | 214 | 2 | 375 | 55 | 143 | 0 | 1 | 421 | 142 | 62 |
| Binary | 10001100 | 10 | 11111101 | 101101 | 1100011 | 0 | 1 | 100010001 | 1100010 | 110010 |
Color Harmonies of #8C02FD
Complementary color
Monochromatic Colors of #8C02FD
Black with #8C02FD
Text Example
Text Example
White with #8C02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C02FD; }
p { color: rgb(140,2,253); }
H1.HeaderClassName
{
color: #8C02FD;
}
.AnyTagClassName
{
color: #8C02FD;
}
</style>
background-color css
<style>
a { background-color: #8C02FD; }
a { background-color: rgb(140,2,253); }
div.DivClassName
{
background-color: #8C02FD;
}
.BgClassName
{
background-color: #8C02FD;
}
</style>
border-color css
<style>
span { border-color: #8C02FD; }
span { border-color: rgb(140,2,253); }
td.TdClassName
{
border-color: #8C02FD;
}
.TagClassName
{
border-color: #8C02FD;
}
</style>