Shades of Indigo #5D138B
Tints of Indigo #5D138B
RGB
CMYK
RGB Variations
Color information
#5D138B (or 0x5D138B) is known color: Indigo. HEX triplet: 5D, 13 and 8B. RGB value is (93,19,139). Sum of RGB (Red+Green+Blue) = 93+19+139=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D138B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D138B is #A2EC74. Grayscale: #363636. Windows color (decimal): -10677365 or 9114461. OLE color: 9114461.
HSL color Cylindrical-coordinate representation of color #5D138B: hue angle of 277º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D138B is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 19 | 139 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.45 |
| HSL | 277º | 0.76% | 0.31% | - |
| HSV(B) | 277º | 0.86% | 0.55% | - |
| XYZ | 9.41 | 4.66 | 24.83 | - |
| YUV | 54.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 139 | 0.33 | 0.86 | 0 | 0.45 | 277 | 0.76 | 0.31 |
| Hex | 5D | 13 | 8B | 21 | 56 | 0 | 2D | 115 | 4C | 1F |
| Octal | 135 | 23 | 213 | 41 | 126 | 0 | 55 | 425 | 114 | 37 |
| Binary | 1011101 | 10011 | 10001011 | 100001 | 1010110 | 0 | 101101 | 100010101 | 1001100 | 11111 |
Color Harmonies of #5D138B
Complementary color
Monochromatic Colors of #5D138B
Black with #5D138B
Text Example
Text Example
White with #5D138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D138B; }
p { color: rgb(93,19,139); }
H1.HeaderClassName
{
color: #5D138B;
}
.AnyTagClassName
{
color: #5D138B;
}
</style>
background-color css
<style>
a { background-color: #5D138B; }
a { background-color: rgb(93,19,139); }
div.DivClassName
{
background-color: #5D138B;
}
.BgClassName
{
background-color: #5D138B;
}
</style>
border-color css
<style>
span { border-color: #5D138B; }
span { border-color: rgb(93,19,139); }
td.TdClassName
{
border-color: #5D138B;
}
.TagClassName
{
border-color: #5D138B;
}
</style>