Shades of Indigo #5C1775
Tints of Indigo #5C1775
RGB
CMYK
RGB Variations
Color information
#5C1775 (or 0x5C1775) is known color: Indigo. HEX triplet: 5C, 17 and 75. RGB value is (92,23,117). Sum of RGB (Red+Green+Blue) = 92+23+117=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C1775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1775 is #A3E88A. Grayscale: #363636. Windows color (decimal): -10741899 or 7673692. OLE color: 7673692.
HSL color Cylindrical-coordinate representation of color #5C1775: hue angle of 284.04º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1775 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 23 | 117 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.54 |
| HSL | 284.04º | 0.67% | 0.27% | - |
| HSV(B) | 284.04º | 0.8% | 0.46% | - |
| XYZ | 7.93 | 4.17 | 17.22 | - |
| YUV | 54.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 117 | 0.21 | 0.80 | 0 | 0.54 | 284.04 | 0.67 | 0.27 |
| Hex | 5C | 17 | 75 | 15 | 50 | 0 | 36 | 11C | 43 | 1B |
| Octal | 134 | 27 | 165 | 25 | 120 | 0 | 66 | 434 | 103 | 33 |
| Binary | 1011100 | 10111 | 1110101 | 10101 | 1010000 | 0 | 110110 | 100011100 | 1000011 | 11011 |
Color Harmonies of #5C1775
Complementary color
Monochromatic Colors of #5C1775
Black with #5C1775
Text Example
Text Example
White with #5C1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1775; }
p { color: rgb(92,23,117); }
H1.HeaderClassName
{
color: #5C1775;
}
.AnyTagClassName
{
color: #5C1775;
}
</style>
background-color css
<style>
a { background-color: #5C1775; }
a { background-color: rgb(92,23,117); }
div.DivClassName
{
background-color: #5C1775;
}
.BgClassName
{
background-color: #5C1775;
}
</style>
border-color css
<style>
span { border-color: #5C1775; }
span { border-color: rgb(92,23,117); }
td.TdClassName
{
border-color: #5C1775;
}
.TagClassName
{
border-color: #5C1775;
}
</style>