Shades of Indigo #5C0193
Tints of Indigo #5C0193
RGB
CMYK
RGB Variations
Color information
#5C0193 (or 0x5C0193) is known color: Indigo. HEX triplet: 5C, 01 and 93. RGB value is (92,1,147). Sum of RGB (Red+Green+Blue) = 92+1+147=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #5C0193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0193 is #A3FE6C. Grayscale: #2C2C2C. Windows color (decimal): -10747501 or 9634140. OLE color: 9634140.
HSL color Cylindrical-coordinate representation of color #5C0193: hue angle of 277.4º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0193 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 1 | 147 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.42 |
| HSL | 277.4º | 0.99% | 0.29% | - |
| HSV(B) | 277.4º | 0.99% | 0.58% | - |
| XYZ | 9.69 | 4.4 | 27.94 | - |
| YUV | 44.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 147 | 0.37 | 0.99 | 0 | 0.42 | 277.4 | 0.99 | 0.29 |
| Hex | 5C | 1 | 93 | 25 | 63 | 0 | 2A | 115 | 63 | 1D |
| Octal | 134 | 1 | 223 | 45 | 143 | 0 | 52 | 425 | 143 | 35 |
| Binary | 1011100 | 1 | 10010011 | 100101 | 1100011 | 0 | 101010 | 100010101 | 1100011 | 11101 |
Color Harmonies of #5C0193
Complementary color
Monochromatic Colors of #5C0193
Black with #5C0193
Text Example
Text Example
White with #5C0193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0193; }
p { color: rgb(92,1,147); }
H1.HeaderClassName
{
color: #5C0193;
}
.AnyTagClassName
{
color: #5C0193;
}
</style>
background-color css
<style>
a { background-color: #5C0193; }
a { background-color: rgb(92,1,147); }
div.DivClassName
{
background-color: #5C0193;
}
.BgClassName
{
background-color: #5C0193;
}
</style>
border-color css
<style>
span { border-color: #5C0193; }
span { border-color: rgb(92,1,147); }
td.TdClassName
{
border-color: #5C0193;
}
.TagClassName
{
border-color: #5C0193;
}
</style>