Shades of Electric Indigo #5D00DD
Tints of Electric Indigo #5D00DD
RGB
CMYK
RGB Variations
Color information
#5D00DD (or 0x5D00DD) is known color: Electric Indigo. HEX triplet: 5D, 00 and DD. RGB value is (93,0,221). Sum of RGB (Red+Green+Blue) = 93+0+221=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #5D00DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D00DD is #A2FF22. Grayscale: #343434. Windows color (decimal): -10682147 or 14483549. OLE color: 14483549.
HSL color Cylindrical-coordinate representation of color #5D00DD: hue angle of 265.25º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D00DD is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 0 | 221 | - |
| CMYK | 0.58 | 1 | 0 | 0.13 |
| HSL | 265.25º | 1% | 0.43% | - |
| HSV(B) | 265.25º | 1% | 0.87% | - |
| XYZ | 17.57 | 7.55 | 68.94 | - |
| YUV | 53 | 222.81 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 221 | 0.58 | 1 | 0 | 0.13 | 265.25 | 1 | 0.43 |
| Hex | 5D | 0 | DD | 3A | 64 | 0 | D | 109 | 64 | 2B |
| Octal | 135 | 0 | 335 | 72 | 144 | 0 | 15 | 411 | 144 | 53 |
| Binary | 1011101 | 0 | 11011101 | 111010 | 1100100 | 0 | 1101 | 100001001 | 1100100 | 101011 |
Color Harmonies of #5D00DD
Complementary color
Monochromatic Colors of #5D00DD
Black with #5D00DD
Text Example
Text Example
White with #5D00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D00DD; }
p { color: rgb(93,0,221); }
H1.HeaderClassName
{
color: #5D00DD;
}
.AnyTagClassName
{
color: #5D00DD;
}
</style>
background-color css
<style>
a { background-color: #5D00DD; }
a { background-color: rgb(93,0,221); }
div.DivClassName
{
background-color: #5D00DD;
}
.BgClassName
{
background-color: #5D00DD;
}
</style>
border-color css
<style>
span { border-color: #5D00DD; }
span { border-color: rgb(93,0,221); }
td.TdClassName
{
border-color: #5D00DD;
}
.TagClassName
{
border-color: #5D00DD;
}
</style>