Shades of Electric Indigo #5E03D7
Tints of Electric Indigo #5E03D7
RGB
CMYK
RGB Variations
Color information
#5E03D7 (or 0x5E03D7) is known color: Electric Indigo. HEX triplet: 5E, 03 and D7. RGB value is (94,3,215). Sum of RGB (Red+Green+Blue) = 94+3+215=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 215 (84.38% from 255 or 68.91% from 312); Max value from RGB is 215 - color contains mainly: blue. Hex color #5E03D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E03D7 is #A1FC28. Grayscale: #353535. Windows color (decimal): -10615849 or 14091102. OLE color: 14091102.
HSL color Cylindrical-coordinate representation of color #5E03D7: hue angle of 265.75º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E03D7 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 3 | 215 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.16 |
| HSL | 265.75º | 0.97% | 0.43% | - |
| HSV(B) | 265.75º | 0.99% | 0.84% | - |
| XYZ | 16.91 | 7.35 | 64.82 | - |
| YUV | 54.38 | 218.65 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 215 | 0.56 | 0.99 | 0 | 0.16 | 265.75 | 0.97 | 0.43 |
| Hex | 5E | 3 | D7 | 38 | 63 | 0 | 10 | 10A | 61 | 2B |
| Octal | 136 | 3 | 327 | 70 | 143 | 0 | 20 | 412 | 141 | 53 |
| Binary | 1011110 | 11 | 11010111 | 111000 | 1100011 | 0 | 10000 | 100001010 | 1100001 | 101011 |
Color Harmonies of #5E03D7
Complementary color
Monochromatic Colors of #5E03D7
Black with #5E03D7
Text Example
Text Example
White with #5E03D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E03D7; }
p { color: rgb(94,3,215); }
H1.HeaderClassName
{
color: #5E03D7;
}
.AnyTagClassName
{
color: #5E03D7;
}
</style>
background-color css
<style>
a { background-color: #5E03D7; }
a { background-color: rgb(94,3,215); }
div.DivClassName
{
background-color: #5E03D7;
}
.BgClassName
{
background-color: #5E03D7;
}
</style>
border-color css
<style>
span { border-color: #5E03D7; }
span { border-color: rgb(94,3,215); }
td.TdClassName
{
border-color: #5E03D7;
}
.TagClassName
{
border-color: #5E03D7;
}
</style>