Shades of Electric Indigo #5D09E9
Tints of Electric Indigo #5D09E9
RGB
CMYK
RGB Variations
Color information
#5D09E9 (or 0x5D09E9) is known color: Electric Indigo. HEX triplet: 5D, 09 and E9. RGB value is (93,9,233). Sum of RGB (Red+Green+Blue) = 93+9+233=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 233 (91.41% from 255 or 69.55% from 335); Max value from RGB is 233 - color contains mainly: blue. Hex color #5D09E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D09E9 is #A2F616. Grayscale: #3A3A3A. Windows color (decimal): -10679831 or 15272285. OLE color: 15272285.
HSL color Cylindrical-coordinate representation of color #5D09E9: hue angle of 262.5º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D09E9 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 9 | 233 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.09 |
| HSL | 262.5º | 0.93% | 0.47% | - |
| HSV(B) | 262.5º | 0.96% | 0.91% | - |
| XYZ | 19.32 | 8.41 | 77.69 | - |
| YUV | 59.65 | 225.83 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 233 | 0.60 | 0.96 | 0 | 0.09 | 262.5 | 0.93 | 0.47 |
| Hex | 5D | 9 | E9 | 3C | 60 | 0 | 9 | 106 | 5D | 2F |
| Octal | 135 | 11 | 351 | 74 | 140 | 0 | 11 | 406 | 135 | 57 |
| Binary | 1011101 | 1001 | 11101001 | 111100 | 1100000 | 0 | 1001 | 100000110 | 1011101 | 101111 |
Color Harmonies of #5D09E9
Complementary color
Monochromatic Colors of #5D09E9
Black with #5D09E9
Text Example
Text Example
White with #5D09E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D09E9; }
p { color: rgb(93,9,233); }
H1.HeaderClassName
{
color: #5D09E9;
}
.AnyTagClassName
{
color: #5D09E9;
}
</style>
background-color css
<style>
a { background-color: #5D09E9; }
a { background-color: rgb(93,9,233); }
div.DivClassName
{
background-color: #5D09E9;
}
.BgClassName
{
background-color: #5D09E9;
}
</style>
border-color css
<style>
span { border-color: #5D09E9; }
span { border-color: rgb(93,9,233); }
td.TdClassName
{
border-color: #5D09E9;
}
.TagClassName
{
border-color: #5D09E9;
}
</style>