Shades of Indigo #5C167C
Tints of Indigo #5C167C
RGB
CMYK
RGB Variations
Color information
#5C167C (or 0x5C167C) is known color: Indigo. HEX triplet: 5C, 16 and 7C. RGB value is (92,22,124). Sum of RGB (Red+Green+Blue) = 92+22+124=238 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.66% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C167C is #A3E983. Grayscale: #363636. Windows color (decimal): -10742148 or 8132188. OLE color: 8132188.
HSL color Cylindrical-coordinate representation of color #5C167C: hue angle of 281.18º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C167C is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 22 | 124 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.51 |
| HSL | 281.18º | 0.7% | 0.29% | - |
| HSV(B) | 281.18º | 0.82% | 0.49% | - |
| XYZ | 8.34 | 4.3 | 19.46 | - |
| YUV | 54.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 22 | 124 | 0.26 | 0.82 | 0 | 0.51 | 281.18 | 0.7 | 0.29 |
| Hex | 5C | 16 | 7C | 1A | 52 | 0 | 33 | 119 | 46 | 1D |
| Octal | 134 | 26 | 174 | 32 | 122 | 0 | 63 | 431 | 106 | 35 |
| Binary | 1011100 | 10110 | 1111100 | 11010 | 1010010 | 0 | 110011 | 100011001 | 1000110 | 11101 |
Color Harmonies of #5C167C
Complementary color
Monochromatic Colors of #5C167C
Black with #5C167C
Text Example
Text Example
White with #5C167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C167C; }
p { color: rgb(92,22,124); }
H1.HeaderClassName
{
color: #5C167C;
}
.AnyTagClassName
{
color: #5C167C;
}
</style>
background-color css
<style>
a { background-color: #5C167C; }
a { background-color: rgb(92,22,124); }
div.DivClassName
{
background-color: #5C167C;
}
.BgClassName
{
background-color: #5C167C;
}
</style>
border-color css
<style>
span { border-color: #5C167C; }
span { border-color: rgb(92,22,124); }
td.TdClassName
{
border-color: #5C167C;
}
.TagClassName
{
border-color: #5C167C;
}
</style>