Shades of Indigo #5B1882
Tints of Indigo #5B1882
RGB
CMYK
RGB Variations
Color information
#5B1882 (or 0x5B1882) is known color: Indigo. HEX triplet: 5B, 18 and 82. RGB value is (91,24,130). Sum of RGB (Red+Green+Blue) = 91+24+130=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B1882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1882 is #A4E77D. Grayscale: #373737. Windows color (decimal): -10807166 or 8525915. OLE color: 8525915.
HSL color Cylindrical-coordinate representation of color #5B1882: hue angle of 277.92º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1882 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 24 | 130 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.49 |
| HSL | 277.92º | 0.69% | 0.3% | - |
| HSV(B) | 277.92º | 0.82% | 0.51% | - |
| XYZ | 8.67 | 4.49 | 21.53 | - |
| YUV | 56.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 130 | 0.30 | 0.82 | 0 | 0.49 | 277.92 | 0.69 | 0.3 |
| Hex | 5B | 18 | 82 | 1E | 52 | 0 | 31 | 116 | 45 | 1E |
| Octal | 133 | 30 | 202 | 36 | 122 | 0 | 61 | 426 | 105 | 36 |
| Binary | 1011011 | 11000 | 10000010 | 11110 | 1010010 | 0 | 110001 | 100010110 | 1000101 | 11110 |
Color Harmonies of #5B1882
Complementary color
Monochromatic Colors of #5B1882
Black with #5B1882
Text Example
Text Example
White with #5B1882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1882; }
p { color: rgb(91,24,130); }
H1.HeaderClassName
{
color: #5B1882;
}
.AnyTagClassName
{
color: #5B1882;
}
</style>
background-color css
<style>
a { background-color: #5B1882; }
a { background-color: rgb(91,24,130); }
div.DivClassName
{
background-color: #5B1882;
}
.BgClassName
{
background-color: #5B1882;
}
</style>
border-color css
<style>
span { border-color: #5B1882; }
span { border-color: rgb(91,24,130); }
td.TdClassName
{
border-color: #5B1882;
}
.TagClassName
{
border-color: #5B1882;
}
</style>