Shades of Indigo #5C1075
Tints of Indigo #5C1075
RGB
CMYK
RGB Variations
Color information
#5C1075 (or 0x5C1075) is known color: Indigo. HEX triplet: 5C, 10 and 75. RGB value is (92,16,117). Sum of RGB (Red+Green+Blue) = 92+16+117=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C1075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1075 is #A3EF8A. Grayscale: #313131. Windows color (decimal): -10743691 or 7671900. OLE color: 7671900.
HSL color Cylindrical-coordinate representation of color #5C1075: hue angle of 285.15º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1075 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 16 | 117 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.54 |
| HSL | 285.15º | 0.76% | 0.26% | - |
| HSV(B) | 285.15º | 0.86% | 0.46% | - |
| XYZ | 7.81 | 3.93 | 17.18 | - |
| YUV | 50.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 16 | 117 | 0.21 | 0.86 | 0 | 0.54 | 285.15 | 0.76 | 0.26 |
| Hex | 5C | 10 | 75 | 15 | 56 | 0 | 36 | 11D | 4C | 1A |
| Octal | 134 | 20 | 165 | 25 | 126 | 0 | 66 | 435 | 114 | 32 |
| Binary | 1011100 | 10000 | 1110101 | 10101 | 1010110 | 0 | 110110 | 100011101 | 1001100 | 11010 |
Color Harmonies of #5C1075
Complementary color
Monochromatic Colors of #5C1075
Black with #5C1075
Text Example
Text Example
White with #5C1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1075; }
p { color: rgb(92,16,117); }
H1.HeaderClassName
{
color: #5C1075;
}
.AnyTagClassName
{
color: #5C1075;
}
</style>
background-color css
<style>
a { background-color: #5C1075; }
a { background-color: rgb(92,16,117); }
div.DivClassName
{
background-color: #5C1075;
}
.BgClassName
{
background-color: #5C1075;
}
</style>
border-color css
<style>
span { border-color: #5C1075; }
span { border-color: rgb(92,16,117); }
td.TdClassName
{
border-color: #5C1075;
}
.TagClassName
{
border-color: #5C1075;
}
</style>