Shades of Electric Indigo #5D00E9
Tints of Electric Indigo #5D00E9
RGB
CMYK
RGB Variations
Color information
#5D00E9 (or 0x5D00E9) is known color: Electric Indigo. HEX triplet: 5D, 00 and E9. RGB value is (93,0,233). Sum of RGB (Red+Green+Blue) = 93+0+233=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 233 (91.41% from 255 or 71.47% from 326); Max value from RGB is 233 - color contains mainly: blue. Hex color #5D00E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D00E9 is #A2FF16. Grayscale: #353535. Windows color (decimal): -10682135 or 15269981. OLE color: 15269981.
HSL color Cylindrical-coordinate representation of color #5D00E9: hue angle of 263.95º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D00E9 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 0 | 233 | - |
| CMYK | 0.60 | 1 | 0 | 0.09 |
| HSL | 263.95º | 1% | 0.46% | - |
| HSV(B) | 263.95º | 1% | 0.91% | - |
| XYZ | 19.22 | 8.21 | 77.66 | - |
| YUV | 54.37 | 228.81 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 233 | 0.60 | 1 | 0 | 0.09 | 263.95 | 1 | 0.46 |
| Hex | 5D | 0 | E9 | 3C | 64 | 0 | 9 | 108 | 64 | 2E |
| Octal | 135 | 0 | 351 | 74 | 144 | 0 | 11 | 410 | 144 | 56 |
| Binary | 1011101 | 0 | 11101001 | 111100 | 1100100 | 0 | 1001 | 100001000 | 1100100 | 101110 |
Color Harmonies of #5D00E9
Complementary color
Monochromatic Colors of #5D00E9
Black with #5D00E9
Text Example
Text Example
White with #5D00E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D00E9; }
p { color: rgb(93,0,233); }
H1.HeaderClassName
{
color: #5D00E9;
}
.AnyTagClassName
{
color: #5D00E9;
}
</style>
background-color css
<style>
a { background-color: #5D00E9; }
a { background-color: rgb(93,0,233); }
div.DivClassName
{
background-color: #5D00E9;
}
.BgClassName
{
background-color: #5D00E9;
}
</style>
border-color css
<style>
span { border-color: #5D00E9; }
span { border-color: rgb(93,0,233); }
td.TdClassName
{
border-color: #5D00E9;
}
.TagClassName
{
border-color: #5D00E9;
}
</style>