Shades of Indigo #5C1983
Tints of Indigo #5C1983
RGB
CMYK
RGB Variations
Color information
#5C1983 (or 0x5C1983) is known color: Indigo. HEX triplet: 5C, 19 and 83. RGB value is (92,25,131). Sum of RGB (Red+Green+Blue) = 92+25+131=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #5C1983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1983 is #A3E67C. Grayscale: #383838. Windows color (decimal): -10741373 or 8591708. OLE color: 8591708.
HSL color Cylindrical-coordinate representation of color #5C1983: hue angle of 277.92º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C1983 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 25 | 131 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.49 |
| HSL | 277.92º | 0.68% | 0.31% | - |
| HSV(B) | 277.92º | 0.81% | 0.51% | - |
| XYZ | 8.86 | 4.61 | 21.9 | - |
| YUV | 57.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 25 | 131 | 0.30 | 0.81 | 0 | 0.49 | 277.92 | 0.68 | 0.31 |
| Hex | 5C | 19 | 83 | 1E | 51 | 0 | 31 | 116 | 44 | 1F |
| Octal | 134 | 31 | 203 | 36 | 121 | 0 | 61 | 426 | 104 | 37 |
| Binary | 1011100 | 11001 | 10000011 | 11110 | 1010001 | 0 | 110001 | 100010110 | 1000100 | 11111 |
Color Harmonies of #5C1983
Complementary color
Monochromatic Colors of #5C1983
Black with #5C1983
Text Example
Text Example
White with #5C1983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1983; }
p { color: rgb(92,25,131); }
H1.HeaderClassName
{
color: #5C1983;
}
.AnyTagClassName
{
color: #5C1983;
}
</style>
background-color css
<style>
a { background-color: #5C1983; }
a { background-color: rgb(92,25,131); }
div.DivClassName
{
background-color: #5C1983;
}
.BgClassName
{
background-color: #5C1983;
}
</style>
border-color css
<style>
span { border-color: #5C1983; }
span { border-color: rgb(92,25,131); }
td.TdClassName
{
border-color: #5C1983;
}
.TagClassName
{
border-color: #5C1983;
}
</style>