Shades of Indigo #5C0173
Tints of Indigo #5C0173
RGB
CMYK
RGB Variations
Color information
#5C0173 (or 0x5C0173) is known color: Indigo. HEX triplet: 5C, 01 and 73. RGB value is (92,1,115). Sum of RGB (Red+Green+Blue) = 92+1+115=208 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.23% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C0173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0173 is #A3FE8C. Grayscale: #282828. Windows color (decimal): -10747533 or 7536988. OLE color: 7536988.
HSL color Cylindrical-coordinate representation of color #5C0173: hue angle of 287.89º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0173 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 1 | 115 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.55 |
| HSL | 287.89º | 0.98% | 0.23% | - |
| HSV(B) | 287.89º | 0.99% | 0.45% | - |
| XYZ | 7.52 | 3.53 | 16.51 | - |
| YUV | 41.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 115 | 0.20 | 0.99 | 0 | 0.55 | 287.89 | 0.98 | 0.23 |
| Hex | 5C | 1 | 73 | 14 | 63 | 0 | 37 | 120 | 62 | 17 |
| Octal | 134 | 1 | 163 | 24 | 143 | 0 | 67 | 440 | 142 | 27 |
| Binary | 1011100 | 1 | 1110011 | 10100 | 1100011 | 0 | 110111 | 100100000 | 1100010 | 10111 |
Color Harmonies of #5C0173
Complementary color
Monochromatic Colors of #5C0173
Black with #5C0173
Text Example
Text Example
White with #5C0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0173; }
p { color: rgb(92,1,115); }
H1.HeaderClassName
{
color: #5C0173;
}
.AnyTagClassName
{
color: #5C0173;
}
</style>
background-color css
<style>
a { background-color: #5C0173; }
a { background-color: rgb(92,1,115); }
div.DivClassName
{
background-color: #5C0173;
}
.BgClassName
{
background-color: #5C0173;
}
</style>
border-color css
<style>
span { border-color: #5C0173; }
span { border-color: rgb(92,1,115); }
td.TdClassName
{
border-color: #5C0173;
}
.TagClassName
{
border-color: #5C0173;
}
</style>