Shades of Indigo #5C0DA6
Tints of Indigo #5C0DA6
RGB
CMYK
RGB Variations
Color information
#5C0DA6 (or 0x5C0DA6) is known color: Indigo. HEX triplet: 5C, 0D and A6. RGB value is (92,13,166). Sum of RGB (Red+Green+Blue) = 92+13+166=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 166 (65.23% from 255 or 61.25% from 271); Max value from RGB is 166 - color contains mainly: blue. Hex color #5C0DA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0DA6 is #A3F259. Grayscale: #353535. Windows color (decimal): -10744410 or 10882396. OLE color: 10882396.
HSL color Cylindrical-coordinate representation of color #5C0DA6: hue angle of 270.98º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C0DA6 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 13 | 166 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.35 |
| HSL | 270.98º | 0.85% | 0.35% | - |
| HSV(B) | 270.98º | 0.92% | 0.65% | - |
| XYZ | 11.44 | 5.32 | 36.5 | - |
| YUV | 54.06 | 191.17 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 13 | 166 | 0.45 | 0.92 | 0 | 0.35 | 270.98 | 0.85 | 0.35 |
| Hex | 5C | D | A6 | 2D | 5C | 0 | 23 | 10F | 55 | 23 |
| Octal | 134 | 15 | 246 | 55 | 134 | 0 | 43 | 417 | 125 | 43 |
| Binary | 1011100 | 1101 | 10100110 | 101101 | 1011100 | 0 | 100011 | 100001111 | 1010101 | 100011 |
Color Harmonies of #5C0DA6
Complementary color
Monochromatic Colors of #5C0DA6
Black with #5C0DA6
Text Example
Text Example
White with #5C0DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0DA6; }
p { color: rgb(92,13,166); }
H1.HeaderClassName
{
color: #5C0DA6;
}
.AnyTagClassName
{
color: #5C0DA6;
}
</style>
background-color css
<style>
a { background-color: #5C0DA6; }
a { background-color: rgb(92,13,166); }
div.DivClassName
{
background-color: #5C0DA6;
}
.BgClassName
{
background-color: #5C0DA6;
}
</style>
border-color css
<style>
span { border-color: #5C0DA6; }
span { border-color: rgb(92,13,166); }
td.TdClassName
{
border-color: #5C0DA6;
}
.TagClassName
{
border-color: #5C0DA6;
}
</style>