Shades of Indigo #5D1985
Tints of Indigo #5D1985
RGB
CMYK
RGB Variations
Color information
#5D1985 (or 0x5D1985) is known color: Indigo. HEX triplet: 5D, 19 and 85. RGB value is (93,25,133). Sum of RGB (Red+Green+Blue) = 93+25+133=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D1985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1985 is #A2E67A. Grayscale: #393939. Windows color (decimal): -10675835 or 8722781. OLE color: 8722781.
HSL color Cylindrical-coordinate representation of color #5D1985: hue angle of 277.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D1985 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 25 | 133 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.48 |
| HSL | 277.78º | 0.68% | 0.31% | - |
| HSV(B) | 277.78º | 0.81% | 0.52% | - |
| XYZ | 9.1 | 4.72 | 22.62 | - |
| YUV | 57.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 133 | 0.30 | 0.81 | 0 | 0.48 | 277.78 | 0.68 | 0.31 |
| Hex | 5D | 19 | 85 | 1E | 51 | 0 | 30 | 116 | 44 | 1F |
| Octal | 135 | 31 | 205 | 36 | 121 | 0 | 60 | 426 | 104 | 37 |
| Binary | 1011101 | 11001 | 10000101 | 11110 | 1010001 | 0 | 110000 | 100010110 | 1000100 | 11111 |
Color Harmonies of #5D1985
Complementary color
Monochromatic Colors of #5D1985
Black with #5D1985
Text Example
Text Example
White with #5D1985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1985; }
p { color: rgb(93,25,133); }
H1.HeaderClassName
{
color: #5D1985;
}
.AnyTagClassName
{
color: #5D1985;
}
</style>
background-color css
<style>
a { background-color: #5D1985; }
a { background-color: rgb(93,25,133); }
div.DivClassName
{
background-color: #5D1985;
}
.BgClassName
{
background-color: #5D1985;
}
</style>
border-color css
<style>
span { border-color: #5D1985; }
span { border-color: rgb(93,25,133); }
td.TdClassName
{
border-color: #5D1985;
}
.TagClassName
{
border-color: #5D1985;
}
</style>