Shades of Indigo #5B147C
Tints of Indigo #5B147C
RGB
CMYK
RGB Variations
Color information
#5B147C (or 0x5B147C) is known color: Indigo. HEX triplet: 5B, 14 and 7C. RGB value is (91,20,124). Sum of RGB (Red+Green+Blue) = 91+20+124=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B147C is #A4EB83. Grayscale: #343434. Windows color (decimal): -10808196 or 8131675. OLE color: 8131675.
HSL color Cylindrical-coordinate representation of color #5B147C: hue angle of 280.96º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B147C is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 20 | 124 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.51 |
| HSL | 280.96º | 0.72% | 0.28% | - |
| HSV(B) | 280.96º | 0.84% | 0.49% | - |
| XYZ | 8.2 | 4.18 | 19.44 | - |
| YUV | 53.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 20 | 124 | 0.27 | 0.84 | 0 | 0.51 | 280.96 | 0.72 | 0.28 |
| Hex | 5B | 14 | 7C | 1B | 54 | 0 | 33 | 119 | 48 | 1C |
| Octal | 133 | 24 | 174 | 33 | 124 | 0 | 63 | 431 | 110 | 34 |
| Binary | 1011011 | 10100 | 1111100 | 11011 | 1010100 | 0 | 110011 | 100011001 | 1001000 | 11100 |
Color Harmonies of #5B147C
Complementary color
Monochromatic Colors of #5B147C
Black with #5B147C
Text Example
Text Example
White with #5B147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B147C; }
p { color: rgb(91,20,124); }
H1.HeaderClassName
{
color: #5B147C;
}
.AnyTagClassName
{
color: #5B147C;
}
</style>
background-color css
<style>
a { background-color: #5B147C; }
a { background-color: rgb(91,20,124); }
div.DivClassName
{
background-color: #5B147C;
}
.BgClassName
{
background-color: #5B147C;
}
</style>
border-color css
<style>
span { border-color: #5B147C; }
span { border-color: rgb(91,20,124); }
td.TdClassName
{
border-color: #5B147C;
}
.TagClassName
{
border-color: #5B147C;
}
</style>