Shades of Indigo #5D1271
Tints of Indigo #5D1271
RGB
CMYK
RGB Variations
Color information
#5D1271 (or 0x5D1271) is known color: Indigo. HEX triplet: 5D, 12 and 71. RGB value is (93,18,113). Sum of RGB (Red+Green+Blue) = 93+18+113=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D1271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1271 is #A2ED8E. Grayscale: #323232. Windows color (decimal): -10677647 or 7410269. OLE color: 7410269.
HSL color Cylindrical-coordinate representation of color #5D1271: hue angle of 287.37º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D1271 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 18 | 113 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.56 |
| HSL | 287.37º | 0.73% | 0.26% | - |
| HSV(B) | 287.37º | 0.84% | 0.44% | - |
| XYZ | 7.71 | 3.95 | 15.98 | - |
| YUV | 51.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 113 | 0.18 | 0.84 | 0 | 0.56 | 287.37 | 0.73 | 0.26 |
| Hex | 5D | 12 | 71 | 12 | 54 | 0 | 38 | 11F | 49 | 1A |
| Octal | 135 | 22 | 161 | 22 | 124 | 0 | 70 | 437 | 111 | 32 |
| Binary | 1011101 | 10010 | 1110001 | 10010 | 1010100 | 0 | 111000 | 100011111 | 1001001 | 11010 |
Color Harmonies of #5D1271
Complementary color
Monochromatic Colors of #5D1271
Black with #5D1271
Text Example
Text Example
White with #5D1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1271; }
p { color: rgb(93,18,113); }
H1.HeaderClassName
{
color: #5D1271;
}
.AnyTagClassName
{
color: #5D1271;
}
</style>
background-color css
<style>
a { background-color: #5D1271; }
a { background-color: rgb(93,18,113); }
div.DivClassName
{
background-color: #5D1271;
}
.BgClassName
{
background-color: #5D1271;
}
</style>
border-color css
<style>
span { border-color: #5D1271; }
span { border-color: rgb(93,18,113); }
td.TdClassName
{
border-color: #5D1271;
}
.TagClassName
{
border-color: #5D1271;
}
</style>