Shades of Indigo #5B1998
Tints of Indigo #5B1998
RGB
CMYK
RGB Variations
Color information
#5B1998 (or 0x5B1998) is known color: Indigo. HEX triplet: 5B, 19 and 98. RGB value is (91,25,152). Sum of RGB (Red+Green+Blue) = 91+25+152=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B1998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1998 is #A4E667. Grayscale: #3A3A3A. Windows color (decimal): -10806888 or 9967963. OLE color: 9967963.
HSL color Cylindrical-coordinate representation of color #5B1998: hue angle of 271.18º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B1998 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 25 | 152 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.40 |
| HSL | 271.18º | 0.72% | 0.35% | - |
| HSV(B) | 271.18º | 0.84% | 0.6% | - |
| XYZ | 10.33 | 5.19 | 30.16 | - |
| YUV | 59.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 152 | 0.40 | 0.84 | 0 | 0.40 | 271.18 | 0.72 | 0.35 |
| Hex | 5B | 19 | 98 | 28 | 54 | 0 | 28 | 10F | 48 | 23 |
| Octal | 133 | 31 | 230 | 50 | 124 | 0 | 50 | 417 | 110 | 43 |
| Binary | 1011011 | 11001 | 10011000 | 101000 | 1010100 | 0 | 101000 | 100001111 | 1001000 | 100011 |
Color Harmonies of #5B1998
Complementary color
Monochromatic Colors of #5B1998
Black with #5B1998
Text Example
Text Example
White with #5B1998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1998; }
p { color: rgb(91,25,152); }
H1.HeaderClassName
{
color: #5B1998;
}
.AnyTagClassName
{
color: #5B1998;
}
</style>
background-color css
<style>
a { background-color: #5B1998; }
a { background-color: rgb(91,25,152); }
div.DivClassName
{
background-color: #5B1998;
}
.BgClassName
{
background-color: #5B1998;
}
</style>
border-color css
<style>
span { border-color: #5B1998; }
span { border-color: rgb(91,25,152); }
td.TdClassName
{
border-color: #5B1998;
}
.TagClassName
{
border-color: #5B1998;
}
</style>