Shades of Indigo #5C0881
Tints of Indigo #5C0881
RGB
CMYK
RGB Variations
Color information
#5C0881 (or 0x5C0881) is known color: Indigo. HEX triplet: 5C, 08 and 81. RGB value is (92,8,129). Sum of RGB (Red+Green+Blue) = 92+8+129=229 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.17% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #5C0881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0881 is #A3F77E. Grayscale: #2E2E2E. Windows color (decimal): -10745727 or 8456284. OLE color: 8456284.
HSL color Cylindrical-coordinate representation of color #5C0881: hue angle of 281.65º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0881 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 8 | 129 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.49 |
| HSL | 281.65º | 0.88% | 0.27% | - |
| HSV(B) | 281.65º | 0.94% | 0.51% | - |
| XYZ | 8.46 | 4.03 | 21.1 | - |
| YUV | 46.91 | 174.33 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 129 | 0.29 | 0.94 | 0 | 0.49 | 281.65 | 0.88 | 0.27 |
| Hex | 5C | 8 | 81 | 1D | 5E | 0 | 31 | 11A | 58 | 1B |
| Octal | 134 | 10 | 201 | 35 | 136 | 0 | 61 | 432 | 130 | 33 |
| Binary | 1011100 | 1000 | 10000001 | 11101 | 1011110 | 0 | 110001 | 100011010 | 1011000 | 11011 |
Color Harmonies of #5C0881
Complementary color
Monochromatic Colors of #5C0881
Black with #5C0881
Text Example
Text Example
White with #5C0881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0881; }
p { color: rgb(92,8,129); }
H1.HeaderClassName
{
color: #5C0881;
}
.AnyTagClassName
{
color: #5C0881;
}
</style>
background-color css
<style>
a { background-color: #5C0881; }
a { background-color: rgb(92,8,129); }
div.DivClassName
{
background-color: #5C0881;
}
.BgClassName
{
background-color: #5C0881;
}
</style>
border-color css
<style>
span { border-color: #5C0881; }
span { border-color: rgb(92,8,129); }
td.TdClassName
{
border-color: #5C0881;
}
.TagClassName
{
border-color: #5C0881;
}
</style>