Shades of Indigo #5B1788
Tints of Indigo #5B1788
RGB
CMYK
RGB Variations
Color information
#5B1788 (or 0x5B1788) is known color: Indigo. HEX triplet: 5B, 17 and 88. RGB value is (91,23,136). Sum of RGB (Red+Green+Blue) = 91+23+136=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B1788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1788 is #A4E877. Grayscale: #373737. Windows color (decimal): -10807416 or 8918875. OLE color: 8918875.
HSL color Cylindrical-coordinate representation of color #5B1788: hue angle of 276.11º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B1788 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 23 | 136 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.47 |
| HSL | 276.11º | 0.71% | 0.31% | - |
| HSV(B) | 276.11º | 0.83% | 0.53% | - |
| XYZ | 9.06 | 4.61 | 23.71 | - |
| YUV | 56.21 | 173.03 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 136 | 0.33 | 0.83 | 0 | 0.47 | 276.11 | 0.71 | 0.31 |
| Hex | 5B | 17 | 88 | 21 | 53 | 0 | 2F | 114 | 47 | 1F |
| Octal | 133 | 27 | 210 | 41 | 123 | 0 | 57 | 424 | 107 | 37 |
| Binary | 1011011 | 10111 | 10001000 | 100001 | 1010011 | 0 | 101111 | 100010100 | 1000111 | 11111 |
Color Harmonies of #5B1788
Complementary color
Monochromatic Colors of #5B1788
Black with #5B1788
Text Example
Text Example
White with #5B1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1788; }
p { color: rgb(91,23,136); }
H1.HeaderClassName
{
color: #5B1788;
}
.AnyTagClassName
{
color: #5B1788;
}
</style>
background-color css
<style>
a { background-color: #5B1788; }
a { background-color: rgb(91,23,136); }
div.DivClassName
{
background-color: #5B1788;
}
.BgClassName
{
background-color: #5B1788;
}
</style>
border-color css
<style>
span { border-color: #5B1788; }
span { border-color: rgb(91,23,136); }
td.TdClassName
{
border-color: #5B1788;
}
.TagClassName
{
border-color: #5B1788;
}
</style>