Shades of Indigo #5D099B
Tints of Indigo #5D099B
RGB
CMYK
RGB Variations
Color information
#5D099B (or 0x5D099B) is known color: Indigo. HEX triplet: 5D, 09 and 9B. RGB value is (93,9,155). Sum of RGB (Red+Green+Blue) = 93+9+155=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D099B is #A2F664. Grayscale: #323232. Windows color (decimal): -10679909 or 10160477. OLE color: 10160477.
HSL color Cylindrical-coordinate representation of color #5D099B: hue angle of 274.52º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D099B is Cyan = 0.4, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 9 | 155 | - |
| CMYK | 0.4 | 0.94 | 0 | 0.39 |
| HSL | 274.52º | 0.89% | 0.32% | - |
| HSV(B) | 274.52º | 0.94% | 0.61% | - |
| XYZ | 10.53 | 4.89 | 31.4 | - |
| YUV | 50.76 | 186.83 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 155 | 0.4 | 0.94 | 0 | 0.39 | 274.52 | 0.89 | 0.32 |
| Hex | 5D | 9 | 9B | 28 | 5E | 0 | 27 | 113 | 59 | 20 |
| Octal | 135 | 11 | 233 | 50 | 136 | 0 | 47 | 423 | 131 | 40 |
| Binary | 1011101 | 1001 | 10011011 | 101000 | 1011110 | 0 | 100111 | 100010011 | 1011001 | 100000 |
Color Harmonies of #5D099B
Complementary color
Monochromatic Colors of #5D099B
Black with #5D099B
Text Example
Text Example
White with #5D099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D099B; }
p { color: rgb(93,9,155); }
H1.HeaderClassName
{
color: #5D099B;
}
.AnyTagClassName
{
color: #5D099B;
}
</style>
background-color css
<style>
a { background-color: #5D099B; }
a { background-color: rgb(93,9,155); }
div.DivClassName
{
background-color: #5D099B;
}
.BgClassName
{
background-color: #5D099B;
}
</style>
border-color css
<style>
span { border-color: #5D099B; }
span { border-color: rgb(93,9,155); }
td.TdClassName
{
border-color: #5D099B;
}
.TagClassName
{
border-color: #5D099B;
}
</style>