Shades of Indigo #5D188B
Tints of Indigo #5D188B
RGB
CMYK
RGB Variations
Color information
#5D188B (or 0x5D188B) is known color: Indigo. HEX triplet: 5D, 18 and 8B. RGB value is (93,24,139). Sum of RGB (Red+Green+Blue) = 93+24+139=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D188B is #A2E774. Grayscale: #393939. Windows color (decimal): -10676085 or 9115741. OLE color: 9115741.
HSL color Cylindrical-coordinate representation of color #5D188B: hue angle of 276º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D188B is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 24 | 139 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.45 |
| HSL | 276º | 0.71% | 0.32% | - |
| HSV(B) | 276º | 0.83% | 0.55% | - |
| XYZ | 9.5 | 4.84 | 24.86 | - |
| YUV | 57.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 24 | 139 | 0.33 | 0.83 | 0 | 0.45 | 276 | 0.71 | 0.32 |
| Hex | 5D | 18 | 8B | 21 | 53 | 0 | 2D | 114 | 47 | 20 |
| Octal | 135 | 30 | 213 | 41 | 123 | 0 | 55 | 424 | 107 | 40 |
| Binary | 1011101 | 11000 | 10001011 | 100001 | 1010011 | 0 | 101101 | 100010100 | 1000111 | 100000 |
Color Harmonies of #5D188B
Complementary color
Monochromatic Colors of #5D188B
Black with #5D188B
Text Example
Text Example
White with #5D188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D188B; }
p { color: rgb(93,24,139); }
H1.HeaderClassName
{
color: #5D188B;
}
.AnyTagClassName
{
color: #5D188B;
}
</style>
background-color css
<style>
a { background-color: #5D188B; }
a { background-color: rgb(93,24,139); }
div.DivClassName
{
background-color: #5D188B;
}
.BgClassName
{
background-color: #5D188B;
}
</style>
border-color css
<style>
span { border-color: #5D188B; }
span { border-color: rgb(93,24,139); }
td.TdClassName
{
border-color: #5D188B;
}
.TagClassName
{
border-color: #5D188B;
}
</style>