Shades of Indigo #5B1675
Tints of Indigo #5B1675
RGB
CMYK
RGB Variations
Color information
#5B1675 (or 0x5B1675) is known color: Indigo. HEX triplet: 5B, 16 and 75. RGB value is (91,22,117). Sum of RGB (Red+Green+Blue) = 91+22+117=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B1675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1675 is #A4E98A. Grayscale: #353535. Windows color (decimal): -10807691 or 7673435. OLE color: 7673435.
HSL color Cylindrical-coordinate representation of color #5B1675: hue angle of 283.58º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1675 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 22 | 117 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.54 |
| HSL | 283.58º | 0.68% | 0.27% | - |
| HSV(B) | 283.58º | 0.81% | 0.46% | - |
| XYZ | 7.81 | 4.08 | 17.21 | - |
| YUV | 53.46 | 163.86 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 117 | 0.22 | 0.81 | 0 | 0.54 | 283.58 | 0.68 | 0.27 |
| Hex | 5B | 16 | 75 | 16 | 51 | 0 | 36 | 11C | 44 | 1B |
| Octal | 133 | 26 | 165 | 26 | 121 | 0 | 66 | 434 | 104 | 33 |
| Binary | 1011011 | 10110 | 1110101 | 10110 | 1010001 | 0 | 110110 | 100011100 | 1000100 | 11011 |
Color Harmonies of #5B1675
Complementary color
Monochromatic Colors of #5B1675
Black with #5B1675
Text Example
Text Example
White with #5B1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1675; }
p { color: rgb(91,22,117); }
H1.HeaderClassName
{
color: #5B1675;
}
.AnyTagClassName
{
color: #5B1675;
}
</style>
background-color css
<style>
a { background-color: #5B1675; }
a { background-color: rgb(91,22,117); }
div.DivClassName
{
background-color: #5B1675;
}
.BgClassName
{
background-color: #5B1675;
}
</style>
border-color css
<style>
span { border-color: #5B1675; }
span { border-color: rgb(91,22,117); }
td.TdClassName
{
border-color: #5B1675;
}
.TagClassName
{
border-color: #5B1675;
}
</style>