Shades of Indigo #5D016F
Tints of Indigo #5D016F
RGB
CMYK
RGB Variations
Color information
#5D016F (or 0x5D016F) is known color: Indigo. HEX triplet: 5D, 01 and 6F. RGB value is (93,1,111). Sum of RGB (Red+Green+Blue) = 93+1+111=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #5D016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D016F is #A2FE90. Grayscale: #282828. Windows color (decimal): -10682001 or 7274845. OLE color: 7274845.
HSL color Cylindrical-coordinate representation of color #5D016F: hue angle of 290.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D016F is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 1 | 111 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.56 |
| HSL | 290.18º | 0.98% | 0.22% | - |
| HSV(B) | 290.18º | 0.99% | 0.44% | - |
| XYZ | 7.39 | 3.5 | 15.32 | - |
| YUV | 41.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 111 | 0.16 | 0.99 | 0 | 0.56 | 290.18 | 0.98 | 0.22 |
| Hex | 5D | 1 | 6F | 10 | 63 | 0 | 38 | 122 | 62 | 16 |
| Octal | 135 | 1 | 157 | 20 | 143 | 0 | 70 | 442 | 142 | 26 |
| Binary | 1011101 | 1 | 1101111 | 10000 | 1100011 | 0 | 111000 | 100100010 | 1100010 | 10110 |
Color Harmonies of #5D016F
Complementary color
Monochromatic Colors of #5D016F
Black with #5D016F
Text Example
Text Example
White with #5D016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D016F; }
p { color: rgb(93,1,111); }
H1.HeaderClassName
{
color: #5D016F;
}
.AnyTagClassName
{
color: #5D016F;
}
</style>
background-color css
<style>
a { background-color: #5D016F; }
a { background-color: rgb(93,1,111); }
div.DivClassName
{
background-color: #5D016F;
}
.BgClassName
{
background-color: #5D016F;
}
</style>
border-color css
<style>
span { border-color: #5D016F; }
span { border-color: rgb(93,1,111); }
td.TdClassName
{
border-color: #5D016F;
}
.TagClassName
{
border-color: #5D016F;
}
</style>