Shades of Indigo #5C187A
Tints of Indigo #5C187A
RGB
CMYK
RGB Variations
Color information
#5C187A (or 0x5C187A) is known color: Indigo. HEX triplet: 5C, 18 and 7A. RGB value is (92,24,122). Sum of RGB (Red+Green+Blue) = 92+24+122=238 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.66% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C187A is #A3E785. Grayscale: #373737. Windows color (decimal): -10741638 or 8001628. OLE color: 8001628.
HSL color Cylindrical-coordinate representation of color #5C187A: hue angle of 281.63º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C187A is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 24 | 122 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.52 |
| HSL | 281.63º | 0.67% | 0.29% | - |
| HSV(B) | 281.63º | 0.8% | 0.48% | - |
| XYZ | 8.25 | 4.33 | 18.81 | - |
| YUV | 55.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 122 | 0.25 | 0.80 | 0 | 0.52 | 281.63 | 0.67 | 0.29 |
| Hex | 5C | 18 | 7A | 19 | 50 | 0 | 34 | 11A | 43 | 1D |
| Octal | 134 | 30 | 172 | 31 | 120 | 0 | 64 | 432 | 103 | 35 |
| Binary | 1011100 | 11000 | 1111010 | 11001 | 1010000 | 0 | 110100 | 100011010 | 1000011 | 11101 |
Color Harmonies of #5C187A
Complementary color
Monochromatic Colors of #5C187A
Black with #5C187A
Text Example
Text Example
White with #5C187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C187A; }
p { color: rgb(92,24,122); }
H1.HeaderClassName
{
color: #5C187A;
}
.AnyTagClassName
{
color: #5C187A;
}
</style>
background-color css
<style>
a { background-color: #5C187A; }
a { background-color: rgb(92,24,122); }
div.DivClassName
{
background-color: #5C187A;
}
.BgClassName
{
background-color: #5C187A;
}
</style>
border-color css
<style>
span { border-color: #5C187A; }
span { border-color: rgb(92,24,122); }
td.TdClassName
{
border-color: #5C187A;
}
.TagClassName
{
border-color: #5C187A;
}
</style>