Shades of Electric Indigo #8102EF
Tints of Electric Indigo #8102EF
RGB
CMYK
RGB Variations
Color information
#8102EF (or 0x8102EF) is known color: Electric Indigo. HEX triplet: 81, 02 and EF. RGB value is (129,2,239). Sum of RGB (Red+Green+Blue) = 129+2+239=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #8102EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8102EF is #7EFD10. Grayscale: #424242. Windows color (decimal): -8322321 or 15663745. OLE color: 15663745.
HSL color Cylindrical-coordinate representation of color #8102EF: hue angle of 272.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8102EF is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 2 | 239 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.06 |
| HSL | 272.15º | 0.98% | 0.47% | - |
| HSV(B) | 272.15º | 0.99% | 0.94% | - |
| XYZ | 24.65 | 10.94 | 82.47 | - |
| YUV | 66.99 | 225.08 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 239 | 0.46 | 0.99 | 0 | 0.06 | 272.15 | 0.98 | 0.47 |
| Hex | 81 | 2 | EF | 2E | 63 | 0 | 6 | 110 | 62 | 2F |
| Octal | 201 | 2 | 357 | 56 | 143 | 0 | 6 | 420 | 142 | 57 |
| Binary | 10000001 | 10 | 11101111 | 101110 | 1100011 | 0 | 110 | 100010000 | 1100010 | 101111 |
Color Harmonies of #8102EF
Complementary color
Monochromatic Colors of #8102EF
Black with #8102EF
Text Example
Text Example
White with #8102EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8102EF; }
p { color: rgb(129,2,239); }
H1.HeaderClassName
{
color: #8102EF;
}
.AnyTagClassName
{
color: #8102EF;
}
</style>
background-color css
<style>
a { background-color: #8102EF; }
a { background-color: rgb(129,2,239); }
div.DivClassName
{
background-color: #8102EF;
}
.BgClassName
{
background-color: #8102EF;
}
</style>
border-color css
<style>
span { border-color: #8102EF; }
span { border-color: rgb(129,2,239); }
td.TdClassName
{
border-color: #8102EF;
}
.TagClassName
{
border-color: #8102EF;
}
</style>