Shades of Indigo #5D006F
Tints of Indigo #5D006F
RGB
CMYK
RGB Variations
Color information
#5D006F (or 0x5D006F) is known color: Indigo. HEX triplet: 5D, 00 and 6F. RGB value is (93,0,111). Sum of RGB (Red+Green+Blue) = 93+0+111=204 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.59% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #5D006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D006F is #A2FF90. Grayscale: #282828. Windows color (decimal): -10682257 or 7274589. OLE color: 7274589.
HSL color Cylindrical-coordinate representation of color #5D006F: hue angle of 290.27º 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 #5D006F is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 0 | 111 | - |
| CMYK | 0.16 | 1 | 0 | 0.56 |
| HSL | 290.27º | 1% | 0.22% | - |
| HSV(B) | 290.27º | 1% | 0.44% | - |
| XYZ | 7.38 | 3.47 | 15.32 | - |
| YUV | 40.46 | 167.81 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 111 | 0.16 | 1 | 0 | 0.56 | 290.27 | 1 | 0.22 |
| Hex | 5D | 0 | 6F | 10 | 64 | 0 | 38 | 122 | 64 | 16 |
| Octal | 135 | 0 | 157 | 20 | 144 | 0 | 70 | 442 | 144 | 26 |
| Binary | 1011101 | 0 | 1101111 | 10000 | 1100100 | 0 | 111000 | 100100010 | 1100100 | 10110 |
Color Harmonies of #5D006F
Complementary color
Monochromatic Colors of #5D006F
Black with #5D006F
Text Example
Text Example
White with #5D006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D006F; }
p { color: rgb(93,0,111); }
H1.HeaderClassName
{
color: #5D006F;
}
.AnyTagClassName
{
color: #5D006F;
}
</style>
background-color css
<style>
a { background-color: #5D006F; }
a { background-color: rgb(93,0,111); }
div.DivClassName
{
background-color: #5D006F;
}
.BgClassName
{
background-color: #5D006F;
}
</style>
border-color css
<style>
span { border-color: #5D006F; }
span { border-color: rgb(93,0,111); }
td.TdClassName
{
border-color: #5D006F;
}
.TagClassName
{
border-color: #5D006F;
}
</style>