Shades of Indigo #5D089E
Tints of Indigo #5D089E
RGB
CMYK
RGB Variations
Color information
#5D089E (or 0x5D089E) is known color: Indigo. HEX triplet: 5D, 08 and 9E. RGB value is (93,8,158). Sum of RGB (Red+Green+Blue) = 93+8+158=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D089E is #A2F761. Grayscale: #323232. Windows color (decimal): -10680162 or 10356829. OLE color: 10356829.
HSL color Cylindrical-coordinate representation of color #5D089E: hue angle of 274º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D089E is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 8 | 158 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.38 |
| HSL | 274º | 0.9% | 0.33% | - |
| HSV(B) | 274º | 0.95% | 0.62% | - |
| XYZ | 10.77 | 4.97 | 32.74 | - |
| YUV | 50.52 | 188.66 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 158 | 0.41 | 0.95 | 0 | 0.38 | 274 | 0.9 | 0.33 |
| Hex | 5D | 8 | 9E | 29 | 5F | 0 | 26 | 112 | 5A | 21 |
| Octal | 135 | 10 | 236 | 51 | 137 | 0 | 46 | 422 | 132 | 41 |
| Binary | 1011101 | 1000 | 10011110 | 101001 | 1011111 | 0 | 100110 | 100010010 | 1011010 | 100001 |
Color Harmonies of #5D089E
Complementary color
Monochromatic Colors of #5D089E
Black with #5D089E
Text Example
Text Example
White with #5D089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D089E; }
p { color: rgb(93,8,158); }
H1.HeaderClassName
{
color: #5D089E;
}
.AnyTagClassName
{
color: #5D089E;
}
</style>
background-color css
<style>
a { background-color: #5D089E; }
a { background-color: rgb(93,8,158); }
div.DivClassName
{
background-color: #5D089E;
}
.BgClassName
{
background-color: #5D089E;
}
</style>
border-color css
<style>
span { border-color: #5D089E; }
span { border-color: rgb(93,8,158); }
td.TdClassName
{
border-color: #5D089E;
}
.TagClassName
{
border-color: #5D089E;
}
</style>