Shades of Indigo #5B137F
Tints of Indigo #5B137F
RGB
CMYK
RGB Variations
Color information
#5B137F (or 0x5B137F) is known color: Indigo. HEX triplet: 5B, 13 and 7F. RGB value is (91,19,127). Sum of RGB (Red+Green+Blue) = 91+19+127=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B137F is #A4EC80. Grayscale: #343434. Windows color (decimal): -10808449 or 8328027. OLE color: 8328027.
HSL color Cylindrical-coordinate representation of color #5B137F: hue angle of 280º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B137F is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 19 | 127 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.50 |
| HSL | 280º | 0.74% | 0.29% | - |
| HSV(B) | 280º | 0.85% | 0.5% | - |
| XYZ | 8.38 | 4.22 | 20.45 | - |
| YUV | 52.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 127 | 0.28 | 0.85 | 0 | 0.50 | 280 | 0.74 | 0.29 |
| Hex | 5B | 13 | 7F | 1C | 55 | 0 | 32 | 118 | 4A | 1D |
| Octal | 133 | 23 | 177 | 34 | 125 | 0 | 62 | 430 | 112 | 35 |
| Binary | 1011011 | 10011 | 1111111 | 11100 | 1010101 | 0 | 110010 | 100011000 | 1001010 | 11101 |
Color Harmonies of #5B137F
Complementary color
Monochromatic Colors of #5B137F
Black with #5B137F
Text Example
Text Example
White with #5B137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B137F; }
p { color: rgb(91,19,127); }
H1.HeaderClassName
{
color: #5B137F;
}
.AnyTagClassName
{
color: #5B137F;
}
</style>
background-color css
<style>
a { background-color: #5B137F; }
a { background-color: rgb(91,19,127); }
div.DivClassName
{
background-color: #5B137F;
}
.BgClassName
{
background-color: #5B137F;
}
</style>
border-color css
<style>
span { border-color: #5B137F; }
span { border-color: rgb(91,19,127); }
td.TdClassName
{
border-color: #5B137F;
}
.TagClassName
{
border-color: #5B137F;
}
</style>