Shades of Indigo #5D0070
Tints of Indigo #5D0070
RGB
CMYK
RGB Variations
Color information
#5D0070 (or 0x5D0070) is known color: Indigo. HEX triplet: 5D, 00 and 70. RGB value is (93,0,112). Sum of RGB (Red+Green+Blue) = 93+0+112=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D0070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0070 is #A2FF8F. Grayscale: #282828. Windows color (decimal): -10682256 or 7340125. OLE color: 7340125.
HSL color Cylindrical-coordinate representation of color #5D0070: hue angle of 289.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D0070 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 0 | 112 | - |
| CMYK | 0.17 | 1 | 0 | 0.56 |
| HSL | 289.82º | 1% | 0.22% | - |
| HSV(B) | 289.82º | 1% | 0.44% | - |
| XYZ | 7.44 | 3.5 | 15.61 | - |
| YUV | 40.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 112 | 0.17 | 1 | 0 | 0.56 | 289.82 | 1 | 0.22 |
| Hex | 5D | 0 | 70 | 11 | 64 | 0 | 38 | 122 | 64 | 16 |
| Octal | 135 | 0 | 160 | 21 | 144 | 0 | 70 | 442 | 144 | 26 |
| Binary | 1011101 | 0 | 1110000 | 10001 | 1100100 | 0 | 111000 | 100100010 | 1100100 | 10110 |
Color Harmonies of #5D0070
Complementary color
Monochromatic Colors of #5D0070
Black with #5D0070
Text Example
Text Example
White with #5D0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0070; }
p { color: rgb(93,0,112); }
H1.HeaderClassName
{
color: #5D0070;
}
.AnyTagClassName
{
color: #5D0070;
}
</style>
background-color css
<style>
a { background-color: #5D0070; }
a { background-color: rgb(93,0,112); }
div.DivClassName
{
background-color: #5D0070;
}
.BgClassName
{
background-color: #5D0070;
}
</style>
border-color css
<style>
span { border-color: #5D0070; }
span { border-color: rgb(93,0,112); }
td.TdClassName
{
border-color: #5D0070;
}
.TagClassName
{
border-color: #5D0070;
}
</style>