Shades of Electric Indigo #5D01D5
Tints of Electric Indigo #5D01D5
RGB
CMYK
RGB Variations
Color information
#5D01D5 (or 0x5D01D5) is known color: Electric Indigo. HEX triplet: 5D, 01 and D5. RGB value is (93,1,213). Sum of RGB (Red+Green+Blue) = 93+1+213=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #5D01D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D01D5 is #A2FE2A. Grayscale: #333333. Windows color (decimal): -10681899 or 13959517. OLE color: 13959517.
HSL color Cylindrical-coordinate representation of color #5D01D5: hue angle of 266.04º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D01D5 is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 1 | 213 | - |
| CMYK | 0.56 | 1.00 | 0 | 0.16 |
| HSL | 266.04º | 0.99% | 0.42% | - |
| HSV(B) | 266.04º | 1% | 0.84% | - |
| XYZ | 16.54 | 7.15 | 63.46 | - |
| YUV | 52.68 | 218.48 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 213 | 0.56 | 1.00 | 0 | 0.16 | 266.04 | 0.99 | 0.42 |
| Hex | 5D | 1 | D5 | 38 | 64 | 0 | 10 | 10A | 63 | 2A |
| Octal | 135 | 1 | 325 | 70 | 144 | 0 | 20 | 412 | 143 | 52 |
| Binary | 1011101 | 1 | 11010101 | 111000 | 1100100 | 0 | 10000 | 100001010 | 1100011 | 101010 |
Color Harmonies of #5D01D5
Complementary color
Monochromatic Colors of #5D01D5
Black with #5D01D5
Text Example
Text Example
White with #5D01D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D01D5; }
p { color: rgb(93,1,213); }
H1.HeaderClassName
{
color: #5D01D5;
}
.AnyTagClassName
{
color: #5D01D5;
}
</style>
background-color css
<style>
a { background-color: #5D01D5; }
a { background-color: rgb(93,1,213); }
div.DivClassName
{
background-color: #5D01D5;
}
.BgClassName
{
background-color: #5D01D5;
}
</style>
border-color css
<style>
span { border-color: #5D01D5; }
span { border-color: rgb(93,1,213); }
td.TdClassName
{
border-color: #5D01D5;
}
.TagClassName
{
border-color: #5D01D5;
}
</style>