Shades of Indigo #5B1574
Tints of Indigo #5B1574
RGB
CMYK
RGB Variations
Color information
#5B1574 (or 0x5B1574) is known color: Indigo. HEX triplet: 5B, 15 and 74. RGB value is (91,21,116). Sum of RGB (Red+Green+Blue) = 91+21+116=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B1574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1574 is #A4EA8B. Grayscale: #343434. Windows color (decimal): -10807948 or 7607643. OLE color: 7607643.
HSL color Cylindrical-coordinate representation of color #5B1574: hue angle of 284.21º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1574 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 21 | 116 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.55 |
| HSL | 284.21º | 0.69% | 0.27% | - |
| HSV(B) | 284.21º | 0.82% | 0.45% | - |
| XYZ | 7.73 | 4.02 | 16.89 | - |
| YUV | 52.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 116 | 0.22 | 0.82 | 0 | 0.55 | 284.21 | 0.69 | 0.27 |
| Hex | 5B | 15 | 74 | 16 | 52 | 0 | 37 | 11C | 45 | 1B |
| Octal | 133 | 25 | 164 | 26 | 122 | 0 | 67 | 434 | 105 | 33 |
| Binary | 1011011 | 10101 | 1110100 | 10110 | 1010010 | 0 | 110111 | 100011100 | 1000101 | 11011 |
Color Harmonies of #5B1574
Complementary color
Monochromatic Colors of #5B1574
Black with #5B1574
Text Example
Text Example
White with #5B1574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1574; }
p { color: rgb(91,21,116); }
H1.HeaderClassName
{
color: #5B1574;
}
.AnyTagClassName
{
color: #5B1574;
}
</style>
background-color css
<style>
a { background-color: #5B1574; }
a { background-color: rgb(91,21,116); }
div.DivClassName
{
background-color: #5B1574;
}
.BgClassName
{
background-color: #5B1574;
}
</style>
border-color css
<style>
span { border-color: #5B1574; }
span { border-color: rgb(91,21,116); }
td.TdClassName
{
border-color: #5B1574;
}
.TagClassName
{
border-color: #5B1574;
}
</style>