Shades of Indigo #5D108B
Tints of Indigo #5D108B
RGB
CMYK
RGB Variations
Color information
#5D108B (or 0x5D108B) is known color: Indigo. HEX triplet: 5D, 10 and 8B. RGB value is (93,16,139). Sum of RGB (Red+Green+Blue) = 93+16+139=248 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.5% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D108B is #A2EF74. Grayscale: #343434. Windows color (decimal): -10678133 or 9113693. OLE color: 9113693.
HSL color Cylindrical-coordinate representation of color #5D108B: hue angle of 277.56º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D108B is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 16 | 139 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.45 |
| HSL | 277.56º | 0.79% | 0.3% | - |
| HSV(B) | 277.56º | 0.88% | 0.55% | - |
| XYZ | 9.36 | 4.56 | 24.81 | - |
| YUV | 53.05 | 176.51 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 16 | 139 | 0.33 | 0.88 | 0 | 0.45 | 277.56 | 0.79 | 0.3 |
| Hex | 5D | 10 | 8B | 21 | 58 | 0 | 2D | 116 | 4F | 1E |
| Octal | 135 | 20 | 213 | 41 | 130 | 0 | 55 | 426 | 117 | 36 |
| Binary | 1011101 | 10000 | 10001011 | 100001 | 1011000 | 0 | 101101 | 100010110 | 1001111 | 11110 |
Color Harmonies of #5D108B
Complementary color
Monochromatic Colors of #5D108B
Black with #5D108B
Text Example
Text Example
White with #5D108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D108B; }
p { color: rgb(93,16,139); }
H1.HeaderClassName
{
color: #5D108B;
}
.AnyTagClassName
{
color: #5D108B;
}
</style>
background-color css
<style>
a { background-color: #5D108B; }
a { background-color: rgb(93,16,139); }
div.DivClassName
{
background-color: #5D108B;
}
.BgClassName
{
background-color: #5D108B;
}
</style>
border-color css
<style>
span { border-color: #5D108B; }
span { border-color: rgb(93,16,139); }
td.TdClassName
{
border-color: #5D108B;
}
.TagClassName
{
border-color: #5D108B;
}
</style>