Shades of Electric Indigo #8C02FB
Tints of Electric Indigo #8C02FB
RGB
CMYK
RGB Variations
Color information
#8C02FB (or 0x8C02FB) is known color: Electric Indigo. HEX triplet: 8C, 02 and FB. RGB value is (140,2,251). Sum of RGB (Red+Green+Blue) = 140+2+251=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C02FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C02FB is #73FD04. Grayscale: #464646. Windows color (decimal): -7601413 or 16450188. OLE color: 16450188.
HSL color Cylindrical-coordinate representation of color #8C02FB: hue angle of 273.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C02FB is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 2 | 251 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.02 |
| HSL | 273.25º | 0.98% | 0.5% | - |
| HSV(B) | 273.25º | 0.99% | 0.98% | - |
| XYZ | 28.25 | 12.58 | 92.21 | - |
| YUV | 71.65 | 229.22 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 251 | 0.44 | 0.99 | 0 | 0.02 | 273.25 | 0.98 | 0.5 |
| Hex | 8C | 2 | FB | 2C | 63 | 0 | 2 | 111 | 62 | 32 |
| Octal | 214 | 2 | 373 | 54 | 143 | 0 | 2 | 421 | 142 | 62 |
| Binary | 10001100 | 10 | 11111011 | 101100 | 1100011 | 0 | 10 | 100010001 | 1100010 | 110010 |
Color Harmonies of #8C02FB
Complementary color
Monochromatic Colors of #8C02FB
Black with #8C02FB
Text Example
Text Example
White with #8C02FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C02FB; }
p { color: rgb(140,2,251); }
H1.HeaderClassName
{
color: #8C02FB;
}
.AnyTagClassName
{
color: #8C02FB;
}
</style>
background-color css
<style>
a { background-color: #8C02FB; }
a { background-color: rgb(140,2,251); }
div.DivClassName
{
background-color: #8C02FB;
}
.BgClassName
{
background-color: #8C02FB;
}
</style>
border-color css
<style>
span { border-color: #8C02FB; }
span { border-color: rgb(140,2,251); }
td.TdClassName
{
border-color: #8C02FB;
}
.TagClassName
{
border-color: #8C02FB;
}
</style>