Shades of Indigo #5D1382
Tints of Indigo #5D1382
RGB
CMYK
RGB Variations
Color information
#5D1382 (or 0x5D1382) is known color: Indigo. HEX triplet: 5D, 13 and 82. RGB value is (93,19,130). Sum of RGB (Red+Green+Blue) = 93+19+130=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #5D1382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1382 is #A2EC7D. Grayscale: #353535. Windows color (decimal): -10677374 or 8524637. OLE color: 8524637.
HSL color Cylindrical-coordinate representation of color #5D1382: hue angle of 280º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D1382 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 19 | 130 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.49 |
| HSL | 280º | 0.74% | 0.29% | - |
| HSV(B) | 280º | 0.85% | 0.51% | - |
| XYZ | 8.78 | 4.4 | 21.51 | - |
| YUV | 53.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 130 | 0.28 | 0.85 | 0 | 0.49 | 280 | 0.74 | 0.29 |
| Hex | 5D | 13 | 82 | 1C | 55 | 0 | 31 | 118 | 4A | 1D |
| Octal | 135 | 23 | 202 | 34 | 125 | 0 | 61 | 430 | 112 | 35 |
| Binary | 1011101 | 10011 | 10000010 | 11100 | 1010101 | 0 | 110001 | 100011000 | 1001010 | 11101 |
Color Harmonies of #5D1382
Complementary color
Monochromatic Colors of #5D1382
Black with #5D1382
Text Example
Text Example
White with #5D1382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1382; }
p { color: rgb(93,19,130); }
H1.HeaderClassName
{
color: #5D1382;
}
.AnyTagClassName
{
color: #5D1382;
}
</style>
background-color css
<style>
a { background-color: #5D1382; }
a { background-color: rgb(93,19,130); }
div.DivClassName
{
background-color: #5D1382;
}
.BgClassName
{
background-color: #5D1382;
}
</style>
border-color css
<style>
span { border-color: #5D1382; }
span { border-color: rgb(93,19,130); }
td.TdClassName
{
border-color: #5D1382;
}
.TagClassName
{
border-color: #5D1382;
}
</style>