Shades of Indigo #5C1281
Tints of Indigo #5C1281
RGB
CMYK
RGB Variations
Color information
#5C1281 (or 0x5C1281) is known color: Indigo. HEX triplet: 5C, 12 and 81. RGB value is (92,18,129). Sum of RGB (Red+Green+Blue) = 92+18+129=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #5C1281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1281 is #A3ED7E. Grayscale: #343434. Windows color (decimal): -10743167 or 8458844. OLE color: 8458844.
HSL color Cylindrical-coordinate representation of color #5C1281: hue angle of 280º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1281 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 18 | 129 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.49 |
| HSL | 280º | 0.76% | 0.29% | - |
| HSV(B) | 280º | 0.86% | 0.51% | - |
| XYZ | 8.59 | 4.29 | 21.14 | - |
| YUV | 52.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 129 | 0.29 | 0.86 | 0 | 0.49 | 280 | 0.76 | 0.29 |
| Hex | 5C | 12 | 81 | 1D | 56 | 0 | 31 | 118 | 4C | 1D |
| Octal | 134 | 22 | 201 | 35 | 126 | 0 | 61 | 430 | 114 | 35 |
| Binary | 1011100 | 10010 | 10000001 | 11101 | 1010110 | 0 | 110001 | 100011000 | 1001100 | 11101 |
Color Harmonies of #5C1281
Complementary color
Monochromatic Colors of #5C1281
Black with #5C1281
Text Example
Text Example
White with #5C1281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1281; }
p { color: rgb(92,18,129); }
H1.HeaderClassName
{
color: #5C1281;
}
.AnyTagClassName
{
color: #5C1281;
}
</style>
background-color css
<style>
a { background-color: #5C1281; }
a { background-color: rgb(92,18,129); }
div.DivClassName
{
background-color: #5C1281;
}
.BgClassName
{
background-color: #5C1281;
}
</style>
border-color css
<style>
span { border-color: #5C1281; }
span { border-color: rgb(92,18,129); }
td.TdClassName
{
border-color: #5C1281;
}
.TagClassName
{
border-color: #5C1281;
}
</style>