Shades of Indigo #5C0DA1
Tints of Indigo #5C0DA1
RGB
CMYK
RGB Variations
Color information
#5C0DA1 (or 0x5C0DA1) is known color: Indigo. HEX triplet: 5C, 0D and A1. RGB value is (92,13,161). Sum of RGB (Red+Green+Blue) = 92+13+161=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 161 (63.28% from 255 or 60.53% from 266); Max value from RGB is 161 - color contains mainly: blue. Hex color #5C0DA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0DA1 is #A3F25E. Grayscale: #343434. Windows color (decimal): -10744415 or 10554716. OLE color: 10554716.
HSL color Cylindrical-coordinate representation of color #5C0DA1: hue angle of 272.03º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C0DA1 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 13 | 161 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.37 |
| HSL | 272.03º | 0.85% | 0.34% | - |
| HSV(B) | 272.03º | 0.92% | 0.63% | - |
| XYZ | 10.99 | 5.14 | 34.13 | - |
| YUV | 53.49 | 188.67 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 13 | 161 | 0.43 | 0.92 | 0 | 0.37 | 272.03 | 0.85 | 0.34 |
| Hex | 5C | D | A1 | 2B | 5C | 0 | 25 | 110 | 55 | 22 |
| Octal | 134 | 15 | 241 | 53 | 134 | 0 | 45 | 420 | 125 | 42 |
| Binary | 1011100 | 1101 | 10100001 | 101011 | 1011100 | 0 | 100101 | 100010000 | 1010101 | 100010 |
Color Harmonies of #5C0DA1
Complementary color
Monochromatic Colors of #5C0DA1
Black with #5C0DA1
Text Example
Text Example
White with #5C0DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0DA1; }
p { color: rgb(92,13,161); }
H1.HeaderClassName
{
color: #5C0DA1;
}
.AnyTagClassName
{
color: #5C0DA1;
}
</style>
background-color css
<style>
a { background-color: #5C0DA1; }
a { background-color: rgb(92,13,161); }
div.DivClassName
{
background-color: #5C0DA1;
}
.BgClassName
{
background-color: #5C0DA1;
}
</style>
border-color css
<style>
span { border-color: #5C0DA1; }
span { border-color: rgb(92,13,161); }
td.TdClassName
{
border-color: #5C0DA1;
}
.TagClassName
{
border-color: #5C0DA1;
}
</style>