Shades of Indigo #5C1273
Tints of Indigo #5C1273
RGB
CMYK
RGB Variations
Color information
#5C1273 (or 0x5C1273) is known color: Indigo. HEX triplet: 5C, 12 and 73. RGB value is (92,18,115). Sum of RGB (Red+Green+Blue) = 92+18+115=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C1273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1273 is #A3ED8C. Grayscale: #323232. Windows color (decimal): -10743181 or 7541340. OLE color: 7541340.
HSL color Cylindrical-coordinate representation of color #5C1273: hue angle of 285.77º 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 #5C1273 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 18 | 115 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.55 |
| HSL | 285.77º | 0.73% | 0.26% | - |
| HSV(B) | 285.77º | 0.84% | 0.45% | - |
| XYZ | 7.72 | 3.95 | 16.57 | - |
| YUV | 51.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 115 | 0.20 | 0.84 | 0 | 0.55 | 285.77 | 0.73 | 0.26 |
| Hex | 5C | 12 | 73 | 14 | 54 | 0 | 37 | 11E | 49 | 1A |
| Octal | 134 | 22 | 163 | 24 | 124 | 0 | 67 | 436 | 111 | 32 |
| Binary | 1011100 | 10010 | 1110011 | 10100 | 1010100 | 0 | 110111 | 100011110 | 1001001 | 11010 |
Color Harmonies of #5C1273
Complementary color
Monochromatic Colors of #5C1273
Black with #5C1273
Text Example
Text Example
White with #5C1273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1273; }
p { color: rgb(92,18,115); }
H1.HeaderClassName
{
color: #5C1273;
}
.AnyTagClassName
{
color: #5C1273;
}
</style>
background-color css
<style>
a { background-color: #5C1273; }
a { background-color: rgb(92,18,115); }
div.DivClassName
{
background-color: #5C1273;
}
.BgClassName
{
background-color: #5C1273;
}
</style>
border-color css
<style>
span { border-color: #5C1273; }
span { border-color: rgb(92,18,115); }
td.TdClassName
{
border-color: #5C1273;
}
.TagClassName
{
border-color: #5C1273;
}
</style>