Shades of Indigo #5C177F
Tints of Indigo #5C177F
RGB
CMYK
RGB Variations
Color information
#5C177F (or 0x5C177F) is known color: Indigo. HEX triplet: 5C, 17 and 7F. RGB value is (92,23,127). Sum of RGB (Red+Green+Blue) = 92+23+127=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C177F is #A3E880. Grayscale: #373737. Windows color (decimal): -10741889 or 8329052. OLE color: 8329052.
HSL color Cylindrical-coordinate representation of color #5C177F: hue angle of 279.81º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C177F is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 92 | 23 | 127 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.50 |
| HSL | 279.81º | 0.69% | 0.29% | - |
| HSV(B) | 279.81º | 0.82% | 0.5% | - |
| XYZ | 8.55 | 4.42 | 20.48 | - |
| YUV | 55.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 127 | 0.28 | 0.82 | 0 | 0.50 | 279.81 | 0.69 | 0.29 |
| Hex | 5C | 17 | 7F | 1C | 52 | 0 | 32 | 118 | 45 | 1D |
| Octal | 134 | 27 | 177 | 34 | 122 | 0 | 62 | 430 | 105 | 35 |
| Binary | 1011100 | 10111 | 1111111 | 11100 | 1010010 | 0 | 110010 | 100011000 | 1000101 | 11101 |
Color Harmonies of #5C177F
Complementary color
Monochromatic Colors of #5C177F
Black with #5C177F
Text Example
Text Example
White with #5C177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C177F; }
p { color: rgb(92,23,127); }
H1.HeaderClassName
{
color: #5C177F;
}
.AnyTagClassName
{
color: #5C177F;
}
</style>
background-color css
<style>
a { background-color: #5C177F; }
a { background-color: rgb(92,23,127); }
div.DivClassName
{
background-color: #5C177F;
}
.BgClassName
{
background-color: #5C177F;
}
</style>
border-color css
<style>
span { border-color: #5C177F; }
span { border-color: rgb(92,23,127); }
td.TdClassName
{
border-color: #5C177F;
}
.TagClassName
{
border-color: #5C177F;
}
</style>