Shades of Electric Indigo #5D09E8
Tints of Electric Indigo #5D09E8
RGB
CMYK
RGB Variations
Color information
#5D09E8 (or 0x5D09E8) is known color: Electric Indigo. HEX triplet: 5D, 09 and E8. RGB value is (93,9,232). Sum of RGB (Red+Green+Blue) = 93+9+232=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 232 (91.02% from 255 or 69.46% from 334); Max value from RGB is 232 - color contains mainly: blue. Hex color #5D09E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D09E8 is #A2F617. Grayscale: #3A3A3A. Windows color (decimal): -10679832 or 15206749. OLE color: 15206749.
HSL color Cylindrical-coordinate representation of color #5D09E8: hue angle of 262.6º 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 #5D09E8 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 9 | 232 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.09 |
| HSL | 262.6º | 0.93% | 0.47% | - |
| HSV(B) | 262.6º | 0.96% | 0.91% | - |
| XYZ | 19.18 | 8.35 | 76.94 | - |
| YUV | 59.54 | 225.33 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 232 | 0.60 | 0.96 | 0 | 0.09 | 262.6 | 0.93 | 0.47 |
| Hex | 5D | 9 | E8 | 3C | 60 | 0 | 9 | 107 | 5D | 2F |
| Octal | 135 | 11 | 350 | 74 | 140 | 0 | 11 | 407 | 135 | 57 |
| Binary | 1011101 | 1001 | 11101000 | 111100 | 1100000 | 0 | 1001 | 100000111 | 1011101 | 101111 |
Color Harmonies of #5D09E8
Complementary color
Monochromatic Colors of #5D09E8
Black with #5D09E8
Text Example
Text Example
White with #5D09E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D09E8; }
p { color: rgb(93,9,232); }
H1.HeaderClassName
{
color: #5D09E8;
}
.AnyTagClassName
{
color: #5D09E8;
}
</style>
background-color css
<style>
a { background-color: #5D09E8; }
a { background-color: rgb(93,9,232); }
div.DivClassName
{
background-color: #5D09E8;
}
.BgClassName
{
background-color: #5D09E8;
}
</style>
border-color css
<style>
span { border-color: #5D09E8; }
span { border-color: rgb(93,9,232); }
td.TdClassName
{
border-color: #5D09E8;
}
.TagClassName
{
border-color: #5D09E8;
}
</style>