Shades of Indigo #5B0382
Tints of Indigo #5B0382
RGB
CMYK
RGB Variations
Color information
#5B0382 (or 0x5B0382) is known color: Indigo. HEX triplet: 5B, 03 and 82. RGB value is (91,3,130). Sum of RGB (Red+Green+Blue) = 91+3+130=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B0382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0382 is #A4FC7D. Grayscale: #2B2B2B. Windows color (decimal): -10812542 or 8520539. OLE color: 8520539.
HSL color Cylindrical-coordinate representation of color #5B0382: hue angle of 281.57º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B0382 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 3 | 130 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.49 |
| HSL | 281.57º | 0.95% | 0.26% | - |
| HSV(B) | 281.57º | 0.98% | 0.51% | - |
| XYZ | 8.38 | 3.9 | 21.43 | - |
| YUV | 43.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 130 | 0.30 | 0.98 | 0 | 0.49 | 281.57 | 0.95 | 0.26 |
| Hex | 5B | 3 | 82 | 1E | 62 | 0 | 31 | 11A | 5F | 1A |
| Octal | 133 | 3 | 202 | 36 | 142 | 0 | 61 | 432 | 137 | 32 |
| Binary | 1011011 | 11 | 10000010 | 11110 | 1100010 | 0 | 110001 | 100011010 | 1011111 | 11010 |
Color Harmonies of #5B0382
Complementary color
Monochromatic Colors of #5B0382
Black with #5B0382
Text Example
Text Example
White with #5B0382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0382; }
p { color: rgb(91,3,130); }
H1.HeaderClassName
{
color: #5B0382;
}
.AnyTagClassName
{
color: #5B0382;
}
</style>
background-color css
<style>
a { background-color: #5B0382; }
a { background-color: rgb(91,3,130); }
div.DivClassName
{
background-color: #5B0382;
}
.BgClassName
{
background-color: #5B0382;
}
</style>
border-color css
<style>
span { border-color: #5B0382; }
span { border-color: rgb(91,3,130); }
td.TdClassName
{
border-color: #5B0382;
}
.TagClassName
{
border-color: #5B0382;
}
</style>