Shades of Indigo #5D158B
Tints of Indigo #5D158B
RGB
CMYK
RGB Variations
Color information
#5D158B (or 0x5D158B) is known color: Indigo. HEX triplet: 5D, 15 and 8B. RGB value is (93,21,139). Sum of RGB (Red+Green+Blue) = 93+21+139=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D158B is #A2EA74. Grayscale: #373737. Windows color (decimal): -10676853 or 9114973. OLE color: 9114973.
HSL color Cylindrical-coordinate representation of color #5D158B: hue angle of 276.61º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D158B is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 21 | 139 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.45 |
| HSL | 276.61º | 0.74% | 0.31% | - |
| HSV(B) | 276.61º | 0.85% | 0.55% | - |
| XYZ | 9.44 | 4.73 | 24.84 | - |
| YUV | 55.98 | 174.85 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 139 | 0.33 | 0.85 | 0 | 0.45 | 276.61 | 0.74 | 0.31 |
| Hex | 5D | 15 | 8B | 21 | 55 | 0 | 2D | 115 | 4A | 1F |
| Octal | 135 | 25 | 213 | 41 | 125 | 0 | 55 | 425 | 112 | 37 |
| Binary | 1011101 | 10101 | 10001011 | 100001 | 1010101 | 0 | 101101 | 100010101 | 1001010 | 11111 |
Color Harmonies of #5D158B
Complementary color
Monochromatic Colors of #5D158B
Black with #5D158B
Text Example
Text Example
White with #5D158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D158B; }
p { color: rgb(93,21,139); }
H1.HeaderClassName
{
color: #5D158B;
}
.AnyTagClassName
{
color: #5D158B;
}
</style>
background-color css
<style>
a { background-color: #5D158B; }
a { background-color: rgb(93,21,139); }
div.DivClassName
{
background-color: #5D158B;
}
.BgClassName
{
background-color: #5D158B;
}
</style>
border-color css
<style>
span { border-color: #5D158B; }
span { border-color: rgb(93,21,139); }
td.TdClassName
{
border-color: #5D158B;
}
.TagClassName
{
border-color: #5D158B;
}
</style>