Shades of Indigo #5D096B
Tints of Indigo #5D096B
RGB
CMYK
RGB Variations
Color information
#5D096B (or 0x5D096B) is known color: Indigo. HEX triplet: 5D, 09 and 6B. RGB value is (93,9,107). Sum of RGB (Red+Green+Blue) = 93+9+107=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #5D096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D096B is #A2F694. Grayscale: #2C2C2C. Windows color (decimal): -10679957 or 7014749. OLE color: 7014749.
HSL color Cylindrical-coordinate representation of color #5D096B: hue angle of 291.43º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D096B is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 9 | 107 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.58 |
| HSL | 291.43º | 0.84% | 0.23% | - |
| HSV(B) | 291.43º | 0.92% | 0.42% | - |
| XYZ | 7.27 | 3.58 | 14.22 | - |
| YUV | 45.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 107 | 0.13 | 0.92 | 0 | 0.58 | 291.43 | 0.84 | 0.23 |
| Hex | 5D | 9 | 6B | D | 5C | 0 | 3A | 123 | 54 | 17 |
| Octal | 135 | 11 | 153 | 15 | 134 | 0 | 72 | 443 | 124 | 27 |
| Binary | 1011101 | 1001 | 1101011 | 1101 | 1011100 | 0 | 111010 | 100100011 | 1010100 | 10111 |
Color Harmonies of #5D096B
Complementary color
Monochromatic Colors of #5D096B
Black with #5D096B
Text Example
Text Example
White with #5D096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D096B; }
p { color: rgb(93,9,107); }
H1.HeaderClassName
{
color: #5D096B;
}
.AnyTagClassName
{
color: #5D096B;
}
</style>
background-color css
<style>
a { background-color: #5D096B; }
a { background-color: rgb(93,9,107); }
div.DivClassName
{
background-color: #5D096B;
}
.BgClassName
{
background-color: #5D096B;
}
</style>
border-color css
<style>
span { border-color: #5D096B; }
span { border-color: rgb(93,9,107); }
td.TdClassName
{
border-color: #5D096B;
}
.TagClassName
{
border-color: #5D096B;
}
</style>