Shades of Indigo #5B169D
Tints of Indigo #5B169D
RGB
CMYK
RGB Variations
Color information
#5B169D (or 0x5B169D) is known color: Indigo. HEX triplet: 5B, 16 and 9D. RGB value is (91,22,157). Sum of RGB (Red+Green+Blue) = 91+22+157=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B169D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B169D is #A4E962. Grayscale: #393939. Windows color (decimal): -10807651 or 10294875. OLE color: 10294875.
HSL color Cylindrical-coordinate representation of color #5B169D: hue angle of 270.67º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B169D is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 22 | 157 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.38 |
| HSL | 270.67º | 0.75% | 0.35% | - |
| HSV(B) | 270.67º | 0.86% | 0.62% | - |
| XYZ | 10.69 | 5.23 | 32.34 | - |
| YUV | 58.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 157 | 0.42 | 0.86 | 0 | 0.38 | 270.67 | 0.75 | 0.35 |
| Hex | 5B | 16 | 9D | 2A | 56 | 0 | 26 | 10F | 4B | 23 |
| Octal | 133 | 26 | 235 | 52 | 126 | 0 | 46 | 417 | 113 | 43 |
| Binary | 1011011 | 10110 | 10011101 | 101010 | 1010110 | 0 | 100110 | 100001111 | 1001011 | 100011 |
Color Harmonies of #5B169D
Complementary color
Monochromatic Colors of #5B169D
Black with #5B169D
Text Example
Text Example
White with #5B169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B169D; }
p { color: rgb(91,22,157); }
H1.HeaderClassName
{
color: #5B169D;
}
.AnyTagClassName
{
color: #5B169D;
}
</style>
background-color css
<style>
a { background-color: #5B169D; }
a { background-color: rgb(91,22,157); }
div.DivClassName
{
background-color: #5B169D;
}
.BgClassName
{
background-color: #5B169D;
}
</style>
border-color css
<style>
span { border-color: #5B169D; }
span { border-color: rgb(91,22,157); }
td.TdClassName
{
border-color: #5B169D;
}
.TagClassName
{
border-color: #5B169D;
}
</style>