Shades of Indigo #5B1673
Tints of Indigo #5B1673
RGB
CMYK
RGB Variations
Color information
#5B1673 (or 0x5B1673) is known color: Indigo. HEX triplet: 5B, 16 and 73. RGB value is (91,22,115). Sum of RGB (Red+Green+Blue) = 91+22+115=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B1673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1673 is #A4E98C. Grayscale: #343434. Windows color (decimal): -10807693 or 7542363. OLE color: 7542363.
HSL color Cylindrical-coordinate representation of color #5B1673: hue angle of 284.52º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1673 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 22 | 115 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.55 |
| HSL | 284.52º | 0.68% | 0.27% | - |
| HSV(B) | 284.52º | 0.81% | 0.45% | - |
| XYZ | 7.7 | 4.04 | 16.59 | - |
| YUV | 53.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 115 | 0.21 | 0.81 | 0 | 0.55 | 284.52 | 0.68 | 0.27 |
| Hex | 5B | 16 | 73 | 15 | 51 | 0 | 37 | 11D | 44 | 1B |
| Octal | 133 | 26 | 163 | 25 | 121 | 0 | 67 | 435 | 104 | 33 |
| Binary | 1011011 | 10110 | 1110011 | 10101 | 1010001 | 0 | 110111 | 100011101 | 1000100 | 11011 |
Color Harmonies of #5B1673
Complementary color
Monochromatic Colors of #5B1673
Black with #5B1673
Text Example
Text Example
White with #5B1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1673; }
p { color: rgb(91,22,115); }
H1.HeaderClassName
{
color: #5B1673;
}
.AnyTagClassName
{
color: #5B1673;
}
</style>
background-color css
<style>
a { background-color: #5B1673; }
a { background-color: rgb(91,22,115); }
div.DivClassName
{
background-color: #5B1673;
}
.BgClassName
{
background-color: #5B1673;
}
</style>
border-color css
<style>
span { border-color: #5B1673; }
span { border-color: rgb(91,22,115); }
td.TdClassName
{
border-color: #5B1673;
}
.TagClassName
{
border-color: #5B1673;
}
</style>