Shades of Indigo #5C1270
Tints of Indigo #5C1270
RGB
CMYK
RGB Variations
Color information
#5C1270 (or 0x5C1270) is known color: Indigo. HEX triplet: 5C, 12 and 70. RGB value is (92,18,112). Sum of RGB (Red+Green+Blue) = 92+18+112=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #5C1270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1270 is #A3ED8F. Grayscale: #323232. Windows color (decimal): -10743184 or 7344732. OLE color: 7344732.
HSL color Cylindrical-coordinate representation of color #5C1270: hue angle of 287.23º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1270 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 18 | 112 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.56 |
| HSL | 287.23º | 0.72% | 0.25% | - |
| HSV(B) | 287.23º | 0.84% | 0.44% | - |
| XYZ | 7.55 | 3.88 | 15.68 | - |
| YUV | 50.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 112 | 0.18 | 0.84 | 0 | 0.56 | 287.23 | 0.72 | 0.25 |
| Hex | 5C | 12 | 70 | 12 | 54 | 0 | 38 | 11F | 48 | 19 |
| Octal | 134 | 22 | 160 | 22 | 124 | 0 | 70 | 437 | 110 | 31 |
| Binary | 1011100 | 10010 | 1110000 | 10010 | 1010100 | 0 | 111000 | 100011111 | 1001000 | 11001 |
Color Harmonies of #5C1270
Complementary color
Monochromatic Colors of #5C1270
Black with #5C1270
Text Example
Text Example
White with #5C1270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1270; }
p { color: rgb(92,18,112); }
H1.HeaderClassName
{
color: #5C1270;
}
.AnyTagClassName
{
color: #5C1270;
}
</style>
background-color css
<style>
a { background-color: #5C1270; }
a { background-color: rgb(92,18,112); }
div.DivClassName
{
background-color: #5C1270;
}
.BgClassName
{
background-color: #5C1270;
}
</style>
border-color css
<style>
span { border-color: #5C1270; }
span { border-color: rgb(92,18,112); }
td.TdClassName
{
border-color: #5C1270;
}
.TagClassName
{
border-color: #5C1270;
}
</style>