Shades of Indigo #5D118C
Tints of Indigo #5D118C
RGB
CMYK
RGB Variations
Color information
#5D118C (or 0x5D118C) is known color: Indigo. HEX triplet: 5D, 11 and 8C. RGB value is (93,17,140). Sum of RGB (Red+Green+Blue) = 93+17+140=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D118C is #A2EE73. Grayscale: #353535. Windows color (decimal): -10677876 or 9179485. OLE color: 9179485.
HSL color Cylindrical-coordinate representation of color #5D118C: hue angle of 277.07º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D118C is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 17 | 140 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.45 |
| HSL | 277.07º | 0.78% | 0.31% | - |
| HSV(B) | 277.07º | 0.88% | 0.55% | - |
| XYZ | 9.45 | 4.62 | 25.21 | - |
| YUV | 53.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 140 | 0.34 | 0.88 | 0 | 0.45 | 277.07 | 0.78 | 0.31 |
| Hex | 5D | 11 | 8C | 22 | 58 | 0 | 2D | 115 | 4E | 1F |
| Octal | 135 | 21 | 214 | 42 | 130 | 0 | 55 | 425 | 116 | 37 |
| Binary | 1011101 | 10001 | 10001100 | 100010 | 1011000 | 0 | 101101 | 100010101 | 1001110 | 11111 |
Color Harmonies of #5D118C
Complementary color
Monochromatic Colors of #5D118C
Black with #5D118C
Text Example
Text Example
White with #5D118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D118C; }
p { color: rgb(93,17,140); }
H1.HeaderClassName
{
color: #5D118C;
}
.AnyTagClassName
{
color: #5D118C;
}
</style>
background-color css
<style>
a { background-color: #5D118C; }
a { background-color: rgb(93,17,140); }
div.DivClassName
{
background-color: #5D118C;
}
.BgClassName
{
background-color: #5D118C;
}
</style>
border-color css
<style>
span { border-color: #5D118C; }
span { border-color: rgb(93,17,140); }
td.TdClassName
{
border-color: #5D118C;
}
.TagClassName
{
border-color: #5D118C;
}
</style>