Shades of Indigo #5D0271
Tints of Indigo #5D0271
RGB
CMYK
RGB Variations
Color information
#5D0271 (or 0x5D0271) is known color: Indigo. HEX triplet: 5D, 02 and 71. RGB value is (93,2,113). Sum of RGB (Red+Green+Blue) = 93+2+113=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D0271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0271 is #A2FD8E. Grayscale: #292929. Windows color (decimal): -10681743 or 7406173. OLE color: 7406173.
HSL color Cylindrical-coordinate representation of color #5D0271: hue angle of 289.19º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D0271 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 2 | 113 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.56 |
| HSL | 289.19º | 0.97% | 0.23% | - |
| HSV(B) | 289.19º | 0.98% | 0.44% | - |
| XYZ | 7.52 | 3.56 | 15.91 | - |
| YUV | 41.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 113 | 0.18 | 0.98 | 0 | 0.56 | 289.19 | 0.97 | 0.23 |
| Hex | 5D | 2 | 71 | 12 | 62 | 0 | 38 | 121 | 61 | 17 |
| Octal | 135 | 2 | 161 | 22 | 142 | 0 | 70 | 441 | 141 | 27 |
| Binary | 1011101 | 10 | 1110001 | 10010 | 1100010 | 0 | 111000 | 100100001 | 1100001 | 10111 |
Color Harmonies of #5D0271
Complementary color
Monochromatic Colors of #5D0271
Black with #5D0271
Text Example
Text Example
White with #5D0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0271; }
p { color: rgb(93,2,113); }
H1.HeaderClassName
{
color: #5D0271;
}
.AnyTagClassName
{
color: #5D0271;
}
</style>
background-color css
<style>
a { background-color: #5D0271; }
a { background-color: rgb(93,2,113); }
div.DivClassName
{
background-color: #5D0271;
}
.BgClassName
{
background-color: #5D0271;
}
</style>
border-color css
<style>
span { border-color: #5D0271; }
span { border-color: rgb(93,2,113); }
td.TdClassName
{
border-color: #5D0271;
}
.TagClassName
{
border-color: #5D0271;
}
</style>