Shades of Indigo #5D1496
Tints of Indigo #5D1496
RGB
CMYK
RGB Variations
Color information
#5D1496 (or 0x5D1496) is known color: Indigo. HEX triplet: 5D, 14 and 96. RGB value is (93,20,150). Sum of RGB (Red+Green+Blue) = 93+20+150=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #5D1496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1496 is #A2EB69. Grayscale: #383838. Windows color (decimal): -10677098 or 9835613. OLE color: 9835613.
HSL color Cylindrical-coordinate representation of color #5D1496: hue angle of 273.69º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D1496 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 20 | 150 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.41 |
| HSL | 273.69º | 0.76% | 0.33% | - |
| HSV(B) | 273.69º | 0.87% | 0.59% | - |
| XYZ | 10.27 | 5.03 | 29.28 | - |
| YUV | 56.65 | 180.68 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 150 | 0.38 | 0.87 | 0 | 0.41 | 273.69 | 0.76 | 0.33 |
| Hex | 5D | 14 | 96 | 26 | 57 | 0 | 29 | 112 | 4C | 21 |
| Octal | 135 | 24 | 226 | 46 | 127 | 0 | 51 | 422 | 114 | 41 |
| Binary | 1011101 | 10100 | 10010110 | 100110 | 1010111 | 0 | 101001 | 100010010 | 1001100 | 100001 |
Color Harmonies of #5D1496
Complementary color
Monochromatic Colors of #5D1496
Black with #5D1496
Text Example
Text Example
White with #5D1496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1496; }
p { color: rgb(93,20,150); }
H1.HeaderClassName
{
color: #5D1496;
}
.AnyTagClassName
{
color: #5D1496;
}
</style>
background-color css
<style>
a { background-color: #5D1496; }
a { background-color: rgb(93,20,150); }
div.DivClassName
{
background-color: #5D1496;
}
.BgClassName
{
background-color: #5D1496;
}
</style>
border-color css
<style>
span { border-color: #5D1496; }
span { border-color: rgb(93,20,150); }
td.TdClassName
{
border-color: #5D1496;
}
.TagClassName
{
border-color: #5D1496;
}
</style>