Shades of Indigo #5B1583
Tints of Indigo #5B1583
RGB
CMYK
RGB Variations
Color information
#5B1583 (or 0x5B1583) is known color: Indigo. HEX triplet: 5B, 15 and 83. RGB value is (91,21,131). Sum of RGB (Red+Green+Blue) = 91+21+131=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B1583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1583 is #A4EA7C. Grayscale: #363636. Windows color (decimal): -10807933 or 8590683. OLE color: 8590683.
HSL color Cylindrical-coordinate representation of color #5B1583: hue angle of 278.18º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B1583 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 21 | 131 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.49 |
| HSL | 278.18º | 0.72% | 0.3% | - |
| HSV(B) | 278.18º | 0.84% | 0.51% | - |
| XYZ | 8.68 | 4.4 | 21.86 | - |
| YUV | 54.47 | 171.19 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 131 | 0.31 | 0.84 | 0 | 0.49 | 278.18 | 0.72 | 0.3 |
| Hex | 5B | 15 | 83 | 1F | 54 | 0 | 31 | 116 | 48 | 1E |
| Octal | 133 | 25 | 203 | 37 | 124 | 0 | 61 | 426 | 110 | 36 |
| Binary | 1011011 | 10101 | 10000011 | 11111 | 1010100 | 0 | 110001 | 100010110 | 1001000 | 11110 |
Color Harmonies of #5B1583
Complementary color
Monochromatic Colors of #5B1583
Black with #5B1583
Text Example
Text Example
White with #5B1583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1583; }
p { color: rgb(91,21,131); }
H1.HeaderClassName
{
color: #5B1583;
}
.AnyTagClassName
{
color: #5B1583;
}
</style>
background-color css
<style>
a { background-color: #5B1583; }
a { background-color: rgb(91,21,131); }
div.DivClassName
{
background-color: #5B1583;
}
.BgClassName
{
background-color: #5B1583;
}
</style>
border-color css
<style>
span { border-color: #5B1583; }
span { border-color: rgb(91,21,131); }
td.TdClassName
{
border-color: #5B1583;
}
.TagClassName
{
border-color: #5B1583;
}
</style>