Shades of Indigo #5D046D
Tints of Indigo #5D046D
RGB
CMYK
RGB Variations
Color information
#5D046D (or 0x5D046D) is known color: Indigo. HEX triplet: 5D, 04 and 6D. RGB value is (93,4,109). Sum of RGB (Red+Green+Blue) = 93+4+109=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D046D is #A2FB92. Grayscale: #2A2A2A. Windows color (decimal): -10681235 or 7144541. OLE color: 7144541.
HSL color Cylindrical-coordinate representation of color #5D046D: hue angle of 290.86º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D046D is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 4 | 109 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.57 |
| HSL | 290.86º | 0.93% | 0.22% | - |
| HSV(B) | 290.86º | 0.96% | 0.43% | - |
| XYZ | 7.32 | 3.52 | 14.76 | - |
| YUV | 42.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 109 | 0.15 | 0.96 | 0 | 0.57 | 290.86 | 0.93 | 0.22 |
| Hex | 5D | 4 | 6D | F | 60 | 0 | 39 | 123 | 5D | 16 |
| Octal | 135 | 4 | 155 | 17 | 140 | 0 | 71 | 443 | 135 | 26 |
| Binary | 1011101 | 100 | 1101101 | 1111 | 1100000 | 0 | 111001 | 100100011 | 1011101 | 10110 |
Color Harmonies of #5D046D
Complementary color
Monochromatic Colors of #5D046D
Black with #5D046D
Text Example
Text Example
White with #5D046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D046D; }
p { color: rgb(93,4,109); }
H1.HeaderClassName
{
color: #5D046D;
}
.AnyTagClassName
{
color: #5D046D;
}
</style>
background-color css
<style>
a { background-color: #5D046D; }
a { background-color: rgb(93,4,109); }
div.DivClassName
{
background-color: #5D046D;
}
.BgClassName
{
background-color: #5D046D;
}
</style>
border-color css
<style>
span { border-color: #5D046D; }
span { border-color: rgb(93,4,109); }
td.TdClassName
{
border-color: #5D046D;
}
.TagClassName
{
border-color: #5D046D;
}
</style>