Shades of Indigo #5D0C6D
Tints of Indigo #5D0C6D
RGB
CMYK
RGB Variations
Color information
#5D0C6D (or 0x5D0C6D) is known color: Indigo. HEX triplet: 5D, 0C and 6D. RGB value is (93,12,109). Sum of RGB (Red+Green+Blue) = 93+12+109=214 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.46% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D0C6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0C6D is #A2F392. Grayscale: #2E2E2E. Windows color (decimal): -10679187 or 7146589. OLE color: 7146589.
HSL color Cylindrical-coordinate representation of color #5D0C6D: hue angle of 290.1º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D0C6D is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 12 | 109 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.57 |
| HSL | 290.1º | 0.8% | 0.24% | - |
| HSV(B) | 290.1º | 0.89% | 0.43% | - |
| XYZ | 7.41 | 3.69 | 14.79 | - |
| YUV | 47.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 12 | 109 | 0.15 | 0.89 | 0 | 0.57 | 290.1 | 0.8 | 0.24 |
| Hex | 5D | C | 6D | F | 59 | 0 | 39 | 122 | 50 | 18 |
| Octal | 135 | 14 | 155 | 17 | 131 | 0 | 71 | 442 | 120 | 30 |
| Binary | 1011101 | 1100 | 1101101 | 1111 | 1011001 | 0 | 111001 | 100100010 | 1010000 | 11000 |
Color Harmonies of #5D0C6D
Complementary color
Monochromatic Colors of #5D0C6D
Black with #5D0C6D
Text Example
Text Example
White with #5D0C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0C6D; }
p { color: rgb(93,12,109); }
H1.HeaderClassName
{
color: #5D0C6D;
}
.AnyTagClassName
{
color: #5D0C6D;
}
</style>
background-color css
<style>
a { background-color: #5D0C6D; }
a { background-color: rgb(93,12,109); }
div.DivClassName
{
background-color: #5D0C6D;
}
.BgClassName
{
background-color: #5D0C6D;
}
</style>
border-color css
<style>
span { border-color: #5D0C6D; }
span { border-color: rgb(93,12,109); }
td.TdClassName
{
border-color: #5D0C6D;
}
.TagClassName
{
border-color: #5D0C6D;
}
</style>