Shades of Indigo #5B0487
Tints of Indigo #5B0487
RGB
CMYK
RGB Variations
Color information
#5B0487 (or 0x5B0487) is known color: Indigo. HEX triplet: 5B, 04 and 87. RGB value is (91,4,135). Sum of RGB (Red+Green+Blue) = 91+4+135=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B0487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0487 is #A4FB78. Grayscale: #2C2C2C. Windows color (decimal): -10812281 or 8848475. OLE color: 8848475.
HSL color Cylindrical-coordinate representation of color #5B0487: hue angle of 279.85º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0487 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 4 | 135 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.47 |
| HSL | 279.85º | 0.94% | 0.27% | - |
| HSV(B) | 279.85º | 0.97% | 0.53% | - |
| XYZ | 8.73 | 4.06 | 23.25 | - |
| YUV | 44.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 135 | 0.33 | 0.97 | 0 | 0.47 | 279.85 | 0.94 | 0.27 |
| Hex | 5B | 4 | 87 | 21 | 61 | 0 | 2F | 118 | 5E | 1B |
| Octal | 133 | 4 | 207 | 41 | 141 | 0 | 57 | 430 | 136 | 33 |
| Binary | 1011011 | 100 | 10000111 | 100001 | 1100001 | 0 | 101111 | 100011000 | 1011110 | 11011 |
Color Harmonies of #5B0487
Complementary color
Monochromatic Colors of #5B0487
Black with #5B0487
Text Example
Text Example
White with #5B0487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0487; }
p { color: rgb(91,4,135); }
H1.HeaderClassName
{
color: #5B0487;
}
.AnyTagClassName
{
color: #5B0487;
}
</style>
background-color css
<style>
a { background-color: #5B0487; }
a { background-color: rgb(91,4,135); }
div.DivClassName
{
background-color: #5B0487;
}
.BgClassName
{
background-color: #5B0487;
}
</style>
border-color css
<style>
span { border-color: #5B0487; }
span { border-color: rgb(91,4,135); }
td.TdClassName
{
border-color: #5B0487;
}
.TagClassName
{
border-color: #5B0487;
}
</style>