Shades of Indigo #5C188B
Tints of Indigo #5C188B
RGB
CMYK
RGB Variations
Color information
#5C188B (or 0x5C188B) is known color: Indigo. HEX triplet: 5C, 18 and 8B. RGB value is (92,24,139). Sum of RGB (Red+Green+Blue) = 92+24+139=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C188B is #A3E774. Grayscale: #393939. Windows color (decimal): -10741621 or 9115740. OLE color: 9115740.
HSL color Cylindrical-coordinate representation of color #5C188B: hue angle of 275.48º 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 #5C188B is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 24 | 139 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.45 |
| HSL | 275.48º | 0.71% | 0.32% | - |
| HSV(B) | 275.48º | 0.83% | 0.55% | - |
| XYZ | 9.4 | 4.79 | 24.86 | - |
| YUV | 57.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 139 | 0.34 | 0.83 | 0 | 0.45 | 275.48 | 0.71 | 0.32 |
| Hex | 5C | 18 | 8B | 22 | 53 | 0 | 2D | 113 | 47 | 20 |
| Octal | 134 | 30 | 213 | 42 | 123 | 0 | 55 | 423 | 107 | 40 |
| Binary | 1011100 | 11000 | 10001011 | 100010 | 1010011 | 0 | 101101 | 100010011 | 1000111 | 100000 |
Color Harmonies of #5C188B
Complementary color
Monochromatic Colors of #5C188B
Black with #5C188B
Text Example
Text Example
White with #5C188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C188B; }
p { color: rgb(92,24,139); }
H1.HeaderClassName
{
color: #5C188B;
}
.AnyTagClassName
{
color: #5C188B;
}
</style>
background-color css
<style>
a { background-color: #5C188B; }
a { background-color: rgb(92,24,139); }
div.DivClassName
{
background-color: #5C188B;
}
.BgClassName
{
background-color: #5C188B;
}
</style>
border-color css
<style>
span { border-color: #5C188B; }
span { border-color: rgb(92,24,139); }
td.TdClassName
{
border-color: #5C188B;
}
.TagClassName
{
border-color: #5C188B;
}
</style>