Shades of Indigo #5D0591
Tints of Indigo #5D0591
RGB
CMYK
RGB Variations
Color information
#5D0591 (or 0x5D0591) is known color: Indigo. HEX triplet: 5D, 05 and 91. RGB value is (93,5,145). Sum of RGB (Red+Green+Blue) = 93+5+145=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #5D0591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0591 is #A2FA6E. Grayscale: #2E2E2E. Windows color (decimal): -10680943 or 9504093. OLE color: 9504093.
HSL color Cylindrical-coordinate representation of color #5D0591: hue angle of 277.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0591 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 5 | 145 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.43 |
| HSL | 277.71º | 0.93% | 0.29% | - |
| HSV(B) | 277.71º | 0.97% | 0.57% | - |
| XYZ | 9.68 | 4.48 | 27.14 | - |
| YUV | 47.27 | 183.15 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 5 | 145 | 0.36 | 0.97 | 0 | 0.43 | 277.71 | 0.93 | 0.29 |
| Hex | 5D | 5 | 91 | 24 | 61 | 0 | 2B | 116 | 5D | 1D |
| Octal | 135 | 5 | 221 | 44 | 141 | 0 | 53 | 426 | 135 | 35 |
| Binary | 1011101 | 101 | 10010001 | 100100 | 1100001 | 0 | 101011 | 100010110 | 1011101 | 11101 |
Color Harmonies of #5D0591
Complementary color
Monochromatic Colors of #5D0591
Black with #5D0591
Text Example
Text Example
White with #5D0591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0591; }
p { color: rgb(93,5,145); }
H1.HeaderClassName
{
color: #5D0591;
}
.AnyTagClassName
{
color: #5D0591;
}
</style>
background-color css
<style>
a { background-color: #5D0591; }
a { background-color: rgb(93,5,145); }
div.DivClassName
{
background-color: #5D0591;
}
.BgClassName
{
background-color: #5D0591;
}
</style>
border-color css
<style>
span { border-color: #5D0591; }
span { border-color: rgb(93,5,145); }
td.TdClassName
{
border-color: #5D0591;
}
.TagClassName
{
border-color: #5D0591;
}
</style>