Shades of Indigo #5B1985
Tints of Indigo #5B1985
RGB
CMYK
RGB Variations
Color information
#5B1985 (or 0x5B1985) is known color: Indigo. HEX triplet: 5B, 19 and 85. RGB value is (91,25,133). Sum of RGB (Red+Green+Blue) = 91+25+133=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B1985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1985 is #A4E67A. Grayscale: #383838. Windows color (decimal): -10806907 or 8722779. OLE color: 8722779.
HSL color Cylindrical-coordinate representation of color #5B1985: hue angle of 276.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1985 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 25 | 133 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.48 |
| HSL | 276.67º | 0.68% | 0.31% | - |
| HSV(B) | 276.67º | 0.81% | 0.52% | - |
| XYZ | 8.9 | 4.61 | 22.61 | - |
| YUV | 57.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 133 | 0.32 | 0.81 | 0 | 0.48 | 276.67 | 0.68 | 0.31 |
| Hex | 5B | 19 | 85 | 20 | 51 | 0 | 30 | 115 | 44 | 1F |
| Octal | 133 | 31 | 205 | 40 | 121 | 0 | 60 | 425 | 104 | 37 |
| Binary | 1011011 | 11001 | 10000101 | 100000 | 1010001 | 0 | 110000 | 100010101 | 1000100 | 11111 |
Color Harmonies of #5B1985
Complementary color
Monochromatic Colors of #5B1985
Black with #5B1985
Text Example
Text Example
White with #5B1985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1985; }
p { color: rgb(91,25,133); }
H1.HeaderClassName
{
color: #5B1985;
}
.AnyTagClassName
{
color: #5B1985;
}
</style>
background-color css
<style>
a { background-color: #5B1985; }
a { background-color: rgb(91,25,133); }
div.DivClassName
{
background-color: #5B1985;
}
.BgClassName
{
background-color: #5B1985;
}
</style>
border-color css
<style>
span { border-color: #5B1985; }
span { border-color: rgb(91,25,133); }
td.TdClassName
{
border-color: #5B1985;
}
.TagClassName
{
border-color: #5B1985;
}
</style>