Shades of Indigo #5C118C
Tints of Indigo #5C118C
RGB
CMYK
RGB Variations
Color information
#5C118C (or 0x5C118C) is known color: Indigo. HEX triplet: 5C, 11 and 8C. RGB value is (92,17,140). Sum of RGB (Red+Green+Blue) = 92+17+140=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C118C is #A3EE73. Grayscale: #353535. Windows color (decimal): -10743412 or 9179484. OLE color: 9179484.
HSL color Cylindrical-coordinate representation of color #5C118C: hue angle of 276.59º 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 #5C118C is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 17 | 140 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.45 |
| HSL | 276.59º | 0.78% | 0.31% | - |
| HSV(B) | 276.59º | 0.88% | 0.55% | - |
| XYZ | 9.35 | 4.57 | 25.2 | - |
| YUV | 53.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 140 | 0.34 | 0.88 | 0 | 0.45 | 276.59 | 0.78 | 0.31 |
| Hex | 5C | 11 | 8C | 22 | 58 | 0 | 2D | 115 | 4E | 1F |
| Octal | 134 | 21 | 214 | 42 | 130 | 0 | 55 | 425 | 116 | 37 |
| Binary | 1011100 | 10001 | 10001100 | 100010 | 1011000 | 0 | 101101 | 100010101 | 1001110 | 11111 |
Color Harmonies of #5C118C
Complementary color
Monochromatic Colors of #5C118C
Black with #5C118C
Text Example
Text Example
White with #5C118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C118C; }
p { color: rgb(92,17,140); }
H1.HeaderClassName
{
color: #5C118C;
}
.AnyTagClassName
{
color: #5C118C;
}
</style>
background-color css
<style>
a { background-color: #5C118C; }
a { background-color: rgb(92,17,140); }
div.DivClassName
{
background-color: #5C118C;
}
.BgClassName
{
background-color: #5C118C;
}
</style>
border-color css
<style>
span { border-color: #5C118C; }
span { border-color: rgb(92,17,140); }
td.TdClassName
{
border-color: #5C118C;
}
.TagClassName
{
border-color: #5C118C;
}
</style>