Shades of Indigo #5D046C
Tints of Indigo #5D046C
RGB
CMYK
RGB Variations
Color information
#5D046C (or 0x5D046C) is known color: Indigo. HEX triplet: 5D, 04 and 6C. RGB value is (93,4,108). Sum of RGB (Red+Green+Blue) = 93+4+108=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D046C is #A2FB93. Grayscale: #2A2A2A. Windows color (decimal): -10681236 or 7079005. OLE color: 7079005.
HSL color Cylindrical-coordinate representation of color #5D046C: hue angle of 291.35º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D046C is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 4 | 108 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.58 |
| HSL | 291.35º | 0.93% | 0.22% | - |
| HSV(B) | 291.35º | 0.96% | 0.42% | - |
| XYZ | 7.26 | 3.5 | 14.48 | - |
| YUV | 42.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 108 | 0.14 | 0.96 | 0 | 0.58 | 291.35 | 0.93 | 0.22 |
| Hex | 5D | 4 | 6C | E | 60 | 0 | 3A | 123 | 5D | 16 |
| Octal | 135 | 4 | 154 | 16 | 140 | 0 | 72 | 443 | 135 | 26 |
| Binary | 1011101 | 100 | 1101100 | 1110 | 1100000 | 0 | 111010 | 100100011 | 1011101 | 10110 |
Color Harmonies of #5D046C
Complementary color
Monochromatic Colors of #5D046C
Black with #5D046C
Text Example
Text Example
White with #5D046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D046C; }
p { color: rgb(93,4,108); }
H1.HeaderClassName
{
color: #5D046C;
}
.AnyTagClassName
{
color: #5D046C;
}
</style>
background-color css
<style>
a { background-color: #5D046C; }
a { background-color: rgb(93,4,108); }
div.DivClassName
{
background-color: #5D046C;
}
.BgClassName
{
background-color: #5D046C;
}
</style>
border-color css
<style>
span { border-color: #5D046C; }
span { border-color: rgb(93,4,108); }
td.TdClassName
{
border-color: #5D046C;
}
.TagClassName
{
border-color: #5D046C;
}
</style>