Shades of Electric Indigo #8103EE
Tints of Electric Indigo #8103EE
RGB
CMYK
RGB Variations
Color information
#8103EE (or 0x8103EE) is known color: Electric Indigo. HEX triplet: 81, 03 and EE. RGB value is (129,3,238). Sum of RGB (Red+Green+Blue) = 129+3+238=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #8103EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8103EE is #7EFC11. Grayscale: #424242. Windows color (decimal): -8322066 or 15598465. OLE color: 15598465.
HSL color Cylindrical-coordinate representation of color #8103EE: hue angle of 272.17º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8103EE is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 3 | 238 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.07 |
| HSL | 272.17º | 0.98% | 0.47% | - |
| HSV(B) | 272.17º | 0.99% | 0.93% | - |
| XYZ | 24.52 | 10.91 | 81.7 | - |
| YUV | 67.46 | 224.24 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 238 | 0.46 | 0.99 | 0 | 0.07 | 272.17 | 0.98 | 0.47 |
| Hex | 81 | 3 | EE | 2E | 63 | 0 | 7 | 110 | 62 | 2F |
| Octal | 201 | 3 | 356 | 56 | 143 | 0 | 7 | 420 | 142 | 57 |
| Binary | 10000001 | 11 | 11101110 | 101110 | 1100011 | 0 | 111 | 100010000 | 1100010 | 101111 |
Color Harmonies of #8103EE
Complementary color
Monochromatic Colors of #8103EE
Black with #8103EE
Text Example
Text Example
White with #8103EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8103EE; }
p { color: rgb(129,3,238); }
H1.HeaderClassName
{
color: #8103EE;
}
.AnyTagClassName
{
color: #8103EE;
}
</style>
background-color css
<style>
a { background-color: #8103EE; }
a { background-color: rgb(129,3,238); }
div.DivClassName
{
background-color: #8103EE;
}
.BgClassName
{
background-color: #8103EE;
}
</style>
border-color css
<style>
span { border-color: #8103EE; }
span { border-color: rgb(129,3,238); }
td.TdClassName
{
border-color: #8103EE;
}
.TagClassName
{
border-color: #8103EE;
}
</style>