Shades of Indigo #5C137B
Tints of Indigo #5C137B
RGB
CMYK
RGB Variations
Color information
#5C137B (or 0x5C137B) is known color: Indigo. HEX triplet: 5C, 13 and 7B. RGB value is (92,19,123). Sum of RGB (Red+Green+Blue) = 92+19+123=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C137B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C137B is #A3EC84. Grayscale: #343434. Windows color (decimal): -10742917 or 8065884. OLE color: 8065884.
HSL color Cylindrical-coordinate representation of color #5C137B: hue angle of 282.12º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C137B is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 19 | 123 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.52 |
| HSL | 282.12º | 0.73% | 0.28% | - |
| HSV(B) | 282.12º | 0.85% | 0.48% | - |
| XYZ | 8.22 | 4.17 | 19.11 | - |
| YUV | 52.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 123 | 0.25 | 0.85 | 0 | 0.52 | 282.12 | 0.73 | 0.28 |
| Hex | 5C | 13 | 7B | 19 | 55 | 0 | 34 | 11A | 49 | 1C |
| Octal | 134 | 23 | 173 | 31 | 125 | 0 | 64 | 432 | 111 | 34 |
| Binary | 1011100 | 10011 | 1111011 | 11001 | 1010101 | 0 | 110100 | 100011010 | 1001001 | 11100 |
Color Harmonies of #5C137B
Complementary color
Monochromatic Colors of #5C137B
Black with #5C137B
Text Example
Text Example
White with #5C137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C137B; }
p { color: rgb(92,19,123); }
H1.HeaderClassName
{
color: #5C137B;
}
.AnyTagClassName
{
color: #5C137B;
}
</style>
background-color css
<style>
a { background-color: #5C137B; }
a { background-color: rgb(92,19,123); }
div.DivClassName
{
background-color: #5C137B;
}
.BgClassName
{
background-color: #5C137B;
}
</style>
border-color css
<style>
span { border-color: #5C137B; }
span { border-color: rgb(92,19,123); }
td.TdClassName
{
border-color: #5C137B;
}
.TagClassName
{
border-color: #5C137B;
}
</style>