Shades of Indigo #5B1482
Tints of Indigo #5B1482
RGB
CMYK
RGB Variations
Color information
#5B1482 (or 0x5B1482) is known color: Indigo. HEX triplet: 5B, 14 and 82. RGB value is (91,20,130). Sum of RGB (Red+Green+Blue) = 91+20+130=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B1482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1482 is #A4EB7D. Grayscale: #353535. Windows color (decimal): -10808190 or 8524891. OLE color: 8524891.
HSL color Cylindrical-coordinate representation of color #5B1482: hue angle of 278.73º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B1482 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 20 | 130 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.49 |
| HSL | 278.73º | 0.73% | 0.29% | - |
| HSV(B) | 278.73º | 0.85% | 0.51% | - |
| XYZ | 8.59 | 4.34 | 21.5 | - |
| YUV | 53.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 20 | 130 | 0.30 | 0.85 | 0 | 0.49 | 278.73 | 0.73 | 0.29 |
| Hex | 5B | 14 | 82 | 1E | 55 | 0 | 31 | 117 | 49 | 1D |
| Octal | 133 | 24 | 202 | 36 | 125 | 0 | 61 | 427 | 111 | 35 |
| Binary | 1011011 | 10100 | 10000010 | 11110 | 1010101 | 0 | 110001 | 100010111 | 1001001 | 11101 |
Color Harmonies of #5B1482
Complementary color
Monochromatic Colors of #5B1482
Black with #5B1482
Text Example
Text Example
White with #5B1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1482; }
p { color: rgb(91,20,130); }
H1.HeaderClassName
{
color: #5B1482;
}
.AnyTagClassName
{
color: #5B1482;
}
</style>
background-color css
<style>
a { background-color: #5B1482; }
a { background-color: rgb(91,20,130); }
div.DivClassName
{
background-color: #5B1482;
}
.BgClassName
{
background-color: #5B1482;
}
</style>
border-color css
<style>
span { border-color: #5B1482; }
span { border-color: rgb(91,20,130); }
td.TdClassName
{
border-color: #5B1482;
}
.TagClassName
{
border-color: #5B1482;
}
</style>