Shades of Indigo #5D0B6D
Tints of Indigo #5D0B6D
RGB
CMYK
RGB Variations
Color information
#5D0B6D (or 0x5D0B6D) is known color: Indigo. HEX triplet: 5D, 0B and 6D. RGB value is (93,11,109). Sum of RGB (Red+Green+Blue) = 93+11+109=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D0B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0B6D is #A2F492. Grayscale: #2E2E2E. Windows color (decimal): -10679443 or 7146333. OLE color: 7146333.
HSL color Cylindrical-coordinate representation of color #5D0B6D: hue angle of 290.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D0B6D is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 11 | 109 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.57 |
| HSL | 290.2º | 0.82% | 0.24% | - |
| HSV(B) | 290.2º | 0.9% | 0.43% | - |
| XYZ | 7.39 | 3.67 | 14.79 | - |
| YUV | 46.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 11 | 109 | 0.15 | 0.90 | 0 | 0.57 | 290.2 | 0.82 | 0.24 |
| Hex | 5D | B | 6D | F | 5A | 0 | 39 | 122 | 52 | 18 |
| Octal | 135 | 13 | 155 | 17 | 132 | 0 | 71 | 442 | 122 | 30 |
| Binary | 1011101 | 1011 | 1101101 | 1111 | 1011010 | 0 | 111001 | 100100010 | 1010010 | 11000 |
Color Harmonies of #5D0B6D
Complementary color
Monochromatic Colors of #5D0B6D
Black with #5D0B6D
Text Example
Text Example
White with #5D0B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0B6D; }
p { color: rgb(93,11,109); }
H1.HeaderClassName
{
color: #5D0B6D;
}
.AnyTagClassName
{
color: #5D0B6D;
}
</style>
background-color css
<style>
a { background-color: #5D0B6D; }
a { background-color: rgb(93,11,109); }
div.DivClassName
{
background-color: #5D0B6D;
}
.BgClassName
{
background-color: #5D0B6D;
}
</style>
border-color css
<style>
span { border-color: #5D0B6D; }
span { border-color: rgb(93,11,109); }
td.TdClassName
{
border-color: #5D0B6D;
}
.TagClassName
{
border-color: #5D0B6D;
}
</style>