Shades of Indigo #5C1272
Tints of Indigo #5C1272
RGB
CMYK
RGB Variations
Color information
#5C1272 (or 0x5C1272) is known color: Indigo. HEX triplet: 5C, 12 and 72. RGB value is (92,18,114). Sum of RGB (Red+Green+Blue) = 92+18+114=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C1272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1272 is #A3ED8D. Grayscale: #323232. Windows color (decimal): -10743182 or 7475804. OLE color: 7475804.
HSL color Cylindrical-coordinate representation of color #5C1272: hue angle of 286.25º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1272 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 18 | 114 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.55 |
| HSL | 286.25º | 0.73% | 0.26% | - |
| HSV(B) | 286.25º | 0.84% | 0.45% | - |
| XYZ | 7.67 | 3.92 | 16.27 | - |
| YUV | 51.07 | 163.52 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 114 | 0.19 | 0.84 | 0 | 0.55 | 286.25 | 0.73 | 0.26 |
| Hex | 5C | 12 | 72 | 13 | 54 | 0 | 37 | 11E | 49 | 1A |
| Octal | 134 | 22 | 162 | 23 | 124 | 0 | 67 | 436 | 111 | 32 |
| Binary | 1011100 | 10010 | 1110010 | 10011 | 1010100 | 0 | 110111 | 100011110 | 1001001 | 11010 |
Color Harmonies of #5C1272
Complementary color
Monochromatic Colors of #5C1272
Black with #5C1272
Text Example
Text Example
White with #5C1272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1272; }
p { color: rgb(92,18,114); }
H1.HeaderClassName
{
color: #5C1272;
}
.AnyTagClassName
{
color: #5C1272;
}
</style>
background-color css
<style>
a { background-color: #5C1272; }
a { background-color: rgb(92,18,114); }
div.DivClassName
{
background-color: #5C1272;
}
.BgClassName
{
background-color: #5C1272;
}
</style>
border-color css
<style>
span { border-color: #5C1272; }
span { border-color: rgb(92,18,114); }
td.TdClassName
{
border-color: #5C1272;
}
.TagClassName
{
border-color: #5C1272;
}
</style>