Shades of Indigo #5D006D
Tints of Indigo #5D006D
RGB
CMYK
RGB Variations
Color information
#5D006D (or 0x5D006D) is known color: Indigo. HEX triplet: 5D, 00 and 6D. RGB value is (93,0,109). Sum of RGB (Red+Green+Blue) = 93+0+109=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D006D is #A2FF92. Grayscale: #272727. Windows color (decimal): -10682259 or 7143517. OLE color: 7143517.
HSL color Cylindrical-coordinate representation of color #5D006D: hue angle of 291.19º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D006D is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 0 | 109 | - |
| CMYK | 0.15 | 1 | 0 | 0.57 |
| HSL | 291.19º | 1% | 0.21% | - |
| HSV(B) | 291.19º | 1% | 0.43% | - |
| XYZ | 7.27 | 3.43 | 14.75 | - |
| YUV | 40.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 109 | 0.15 | 1 | 0 | 0.57 | 291.19 | 1 | 0.21 |
| Hex | 5D | 0 | 6D | F | 64 | 0 | 39 | 123 | 64 | 15 |
| Octal | 135 | 0 | 155 | 17 | 144 | 0 | 71 | 443 | 144 | 25 |
| Binary | 1011101 | 0 | 1101101 | 1111 | 1100100 | 0 | 111001 | 100100011 | 1100100 | 10101 |
Color Harmonies of #5D006D
Complementary color
Monochromatic Colors of #5D006D
Black with #5D006D
Text Example
Text Example
White with #5D006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D006D; }
p { color: rgb(93,0,109); }
H1.HeaderClassName
{
color: #5D006D;
}
.AnyTagClassName
{
color: #5D006D;
}
</style>
background-color css
<style>
a { background-color: #5D006D; }
a { background-color: rgb(93,0,109); }
div.DivClassName
{
background-color: #5D006D;
}
.BgClassName
{
background-color: #5D006D;
}
</style>
border-color css
<style>
span { border-color: #5D006D; }
span { border-color: rgb(93,0,109); }
td.TdClassName
{
border-color: #5D006D;
}
.TagClassName
{
border-color: #5D006D;
}
</style>