Shades of Electric Indigo #8D02FD
Tints of Electric Indigo #8D02FD
RGB
CMYK
RGB Variations
Color information
#8D02FD (or 0x8D02FD) is known color: Electric Indigo. HEX triplet: 8D, 02 and FD. RGB value is (141,2,253). Sum of RGB (Red+Green+Blue) = 141+2+253=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D02FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D02FD is #72FD02. Grayscale: #474747. Windows color (decimal): -7535875 or 16581261. OLE color: 16581261.
HSL color Cylindrical-coordinate representation of color #8D02FD: hue angle of 273.23º 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 #8D02FD is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 2 | 253 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.01 |
| HSL | 273.23º | 0.98% | 0.5% | - |
| HSV(B) | 273.23º | 0.99% | 0.99% | - |
| XYZ | 28.74 | 12.8 | 93.88 | - |
| YUV | 72.18 | 230.05 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 253 | 0.44 | 0.99 | 0 | 0.01 | 273.23 | 0.98 | 0.5 |
| Hex | 8D | 2 | FD | 2C | 63 | 0 | 1 | 111 | 62 | 32 |
| Octal | 215 | 2 | 375 | 54 | 143 | 0 | 1 | 421 | 142 | 62 |
| Binary | 10001101 | 10 | 11111101 | 101100 | 1100011 | 0 | 1 | 100010001 | 1100010 | 110010 |
Color Harmonies of #8D02FD
Complementary color
Monochromatic Colors of #8D02FD
Black with #8D02FD
Text Example
Text Example
White with #8D02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D02FD; }
p { color: rgb(141,2,253); }
H1.HeaderClassName
{
color: #8D02FD;
}
.AnyTagClassName
{
color: #8D02FD;
}
</style>
background-color css
<style>
a { background-color: #8D02FD; }
a { background-color: rgb(141,2,253); }
div.DivClassName
{
background-color: #8D02FD;
}
.BgClassName
{
background-color: #8D02FD;
}
</style>
border-color css
<style>
span { border-color: #8D02FD; }
span { border-color: rgb(141,2,253); }
td.TdClassName
{
border-color: #8D02FD;
}
.TagClassName
{
border-color: #8D02FD;
}
</style>