Shades of Indigo #5C147F
Tints of Indigo #5C147F
RGB
CMYK
RGB Variations
Color information
#5C147F (or 0x5C147F) is known color: Indigo. HEX triplet: 5C, 14 and 7F. RGB value is (92,20,127). Sum of RGB (Red+Green+Blue) = 92+20+127=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C147F is #A3EB80. Grayscale: #353535. Windows color (decimal): -10742657 or 8328284. OLE color: 8328284.
HSL color Cylindrical-coordinate representation of color #5C147F: hue angle of 280.37º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C147F is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 92 | 20 | 127 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.50 |
| HSL | 280.37º | 0.73% | 0.29% | - |
| HSV(B) | 280.37º | 0.84% | 0.5% | - |
| XYZ | 8.49 | 4.31 | 20.46 | - |
| YUV | 53.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 127 | 0.28 | 0.84 | 0 | 0.50 | 280.37 | 0.73 | 0.29 |
| Hex | 5C | 14 | 7F | 1C | 54 | 0 | 32 | 118 | 49 | 1D |
| Octal | 134 | 24 | 177 | 34 | 124 | 0 | 62 | 430 | 111 | 35 |
| Binary | 1011100 | 10100 | 1111111 | 11100 | 1010100 | 0 | 110010 | 100011000 | 1001001 | 11101 |
Color Harmonies of #5C147F
Complementary color
Monochromatic Colors of #5C147F
Black with #5C147F
Text Example
Text Example
White with #5C147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C147F; }
p { color: rgb(92,20,127); }
H1.HeaderClassName
{
color: #5C147F;
}
.AnyTagClassName
{
color: #5C147F;
}
</style>
background-color css
<style>
a { background-color: #5C147F; }
a { background-color: rgb(92,20,127); }
div.DivClassName
{
background-color: #5C147F;
}
.BgClassName
{
background-color: #5C147F;
}
</style>
border-color css
<style>
span { border-color: #5C147F; }
span { border-color: rgb(92,20,127); }
td.TdClassName
{
border-color: #5C147F;
}
.TagClassName
{
border-color: #5C147F;
}
</style>