Shades of Indigo #5D0181
Tints of Indigo #5D0181
RGB
CMYK
RGB Variations
Color information
#5D0181 (or 0x5D0181) is known color: Indigo. HEX triplet: 5D, 01 and 81. RGB value is (93,1,129). Sum of RGB (Red+Green+Blue) = 93+1+129=223 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.70% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #5D0181 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0181 is #A2FE7E. Grayscale: #2A2A2A. Windows color (decimal): -10681983 or 8454493. OLE color: 8454493.
HSL color Cylindrical-coordinate representation of color #5D0181: hue angle of 283.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D0181 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 1 | 129 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.49 |
| HSL | 283.13º | 0.98% | 0.25% | - |
| HSV(B) | 283.13º | 0.99% | 0.51% | - |
| XYZ | 8.49 | 3.93 | 21.08 | - |
| YUV | 43.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 129 | 0.28 | 0.99 | 0 | 0.49 | 283.13 | 0.98 | 0.25 |
| Hex | 5D | 1 | 81 | 1C | 63 | 0 | 31 | 11B | 62 | 19 |
| Octal | 135 | 1 | 201 | 34 | 143 | 0 | 61 | 433 | 142 | 31 |
| Binary | 1011101 | 1 | 10000001 | 11100 | 1100011 | 0 | 110001 | 100011011 | 1100010 | 11001 |
Color Harmonies of #5D0181
Complementary color
Monochromatic Colors of #5D0181
Black with #5D0181
Text Example
Text Example
White with #5D0181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0181; }
p { color: rgb(93,1,129); }
H1.HeaderClassName
{
color: #5D0181;
}
.AnyTagClassName
{
color: #5D0181;
}
</style>
background-color css
<style>
a { background-color: #5D0181; }
a { background-color: rgb(93,1,129); }
div.DivClassName
{
background-color: #5D0181;
}
.BgClassName
{
background-color: #5D0181;
}
</style>
border-color css
<style>
span { border-color: #5D0181; }
span { border-color: rgb(93,1,129); }
td.TdClassName
{
border-color: #5D0181;
}
.TagClassName
{
border-color: #5D0181;
}
</style>