Shades of Indigo #5C118B
Tints of Indigo #5C118B
RGB
CMYK
RGB Variations
Color information
#5C118B (or 0x5C118B) is known color: Indigo. HEX triplet: 5C, 11 and 8B. RGB value is (92,17,139). Sum of RGB (Red+Green+Blue) = 92+17+139=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 17 (7.03% from 255 or 6.85% 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 #5C118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C118B is #A3EE74. Grayscale: #343434. Windows color (decimal): -10743413 or 9113948. OLE color: 9113948.
HSL color Cylindrical-coordinate representation of color #5C118B: hue angle of 276.89º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C118B is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 17 | 139 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.45 |
| HSL | 276.89º | 0.78% | 0.31% | - |
| HSV(B) | 276.89º | 0.88% | 0.55% | - |
| XYZ | 9.27 | 4.54 | 24.81 | - |
| YUV | 53.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 139 | 0.34 | 0.88 | 0 | 0.45 | 276.89 | 0.78 | 0.31 |
| Hex | 5C | 11 | 8B | 22 | 58 | 0 | 2D | 115 | 4E | 1F |
| Octal | 134 | 21 | 213 | 42 | 130 | 0 | 55 | 425 | 116 | 37 |
| Binary | 1011100 | 10001 | 10001011 | 100010 | 1011000 | 0 | 101101 | 100010101 | 1001110 | 11111 |
Color Harmonies of #5C118B
Complementary color
Monochromatic Colors of #5C118B
Black with #5C118B
Text Example
Text Example
White with #5C118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C118B; }
p { color: rgb(92,17,139); }
H1.HeaderClassName
{
color: #5C118B;
}
.AnyTagClassName
{
color: #5C118B;
}
</style>
background-color css
<style>
a { background-color: #5C118B; }
a { background-color: rgb(92,17,139); }
div.DivClassName
{
background-color: #5C118B;
}
.BgClassName
{
background-color: #5C118B;
}
</style>
border-color css
<style>
span { border-color: #5C118B; }
span { border-color: rgb(92,17,139); }
td.TdClassName
{
border-color: #5C118B;
}
.TagClassName
{
border-color: #5C118B;
}
</style>