Shades of Indigo #5D1395
Tints of Indigo #5D1395
RGB
CMYK
RGB Variations
Color information
#5D1395 (or 0x5D1395) is known color: Indigo. HEX triplet: 5D, 13 and 95. RGB value is (93,19,149). Sum of RGB (Red+Green+Blue) = 93+19+149=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D1395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1395 is #A2EC6A. Grayscale: #373737. Windows color (decimal): -10677355 or 9769821. OLE color: 9769821.
HSL color Cylindrical-coordinate representation of color #5D1395: hue angle of 274.15º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D1395 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 19 | 149 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.42 |
| HSL | 274.15º | 0.77% | 0.33% | - |
| HSV(B) | 274.15º | 0.87% | 0.58% | - |
| XYZ | 10.17 | 4.96 | 28.86 | - |
| YUV | 55.95 | 180.52 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 149 | 0.38 | 0.87 | 0 | 0.42 | 274.15 | 0.77 | 0.33 |
| Hex | 5D | 13 | 95 | 26 | 57 | 0 | 2A | 112 | 4D | 21 |
| Octal | 135 | 23 | 225 | 46 | 127 | 0 | 52 | 422 | 115 | 41 |
| Binary | 1011101 | 10011 | 10010101 | 100110 | 1010111 | 0 | 101010 | 100010010 | 1001101 | 100001 |
Color Harmonies of #5D1395
Complementary color
Monochromatic Colors of #5D1395
Black with #5D1395
Text Example
Text Example
White with #5D1395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1395; }
p { color: rgb(93,19,149); }
H1.HeaderClassName
{
color: #5D1395;
}
.AnyTagClassName
{
color: #5D1395;
}
</style>
background-color css
<style>
a { background-color: #5D1395; }
a { background-color: rgb(93,19,149); }
div.DivClassName
{
background-color: #5D1395;
}
.BgClassName
{
background-color: #5D1395;
}
</style>
border-color css
<style>
span { border-color: #5D1395; }
span { border-color: rgb(93,19,149); }
td.TdClassName
{
border-color: #5D1395;
}
.TagClassName
{
border-color: #5D1395;
}
</style>