Shades of Indigo #5B1983
Tints of Indigo #5B1983
RGB
CMYK
RGB Variations
Color information
#5B1983 (or 0x5B1983) is known color: Indigo. HEX triplet: 5B, 19 and 83. RGB value is (91,25,131). Sum of RGB (Red+Green+Blue) = 91+25+131=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B1983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1983 is #A4E67C. Grayscale: #383838. Windows color (decimal): -10806909 or 8591707. OLE color: 8591707.
HSL color Cylindrical-coordinate representation of color #5B1983: hue angle of 277.36º 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 #5B1983 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 25 | 131 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.49 |
| HSL | 277.36º | 0.68% | 0.31% | - |
| HSV(B) | 277.36º | 0.81% | 0.51% | - |
| XYZ | 8.76 | 4.56 | 21.89 | - |
| YUV | 56.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 131 | 0.31 | 0.81 | 0 | 0.49 | 277.36 | 0.68 | 0.31 |
| Hex | 5B | 19 | 83 | 1F | 51 | 0 | 31 | 115 | 44 | 1F |
| Octal | 133 | 31 | 203 | 37 | 121 | 0 | 61 | 425 | 104 | 37 |
| Binary | 1011011 | 11001 | 10000011 | 11111 | 1010001 | 0 | 110001 | 100010101 | 1000100 | 11111 |
Color Harmonies of #5B1983
Complementary color
Monochromatic Colors of #5B1983
Black with #5B1983
Text Example
Text Example
White with #5B1983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1983; }
p { color: rgb(91,25,131); }
H1.HeaderClassName
{
color: #5B1983;
}
.AnyTagClassName
{
color: #5B1983;
}
</style>
background-color css
<style>
a { background-color: #5B1983; }
a { background-color: rgb(91,25,131); }
div.DivClassName
{
background-color: #5B1983;
}
.BgClassName
{
background-color: #5B1983;
}
</style>
border-color css
<style>
span { border-color: #5B1983; }
span { border-color: rgb(91,25,131); }
td.TdClassName
{
border-color: #5B1983;
}
.TagClassName
{
border-color: #5B1983;
}
</style>