Shades of Indigo #5B179F
Tints of Indigo #5B179F
RGB
CMYK
RGB Variations
Color information
#5B179F (or 0x5B179F) is known color: Indigo. HEX triplet: 5B, 17 and 9F. RGB value is (91,23,159). Sum of RGB (Red+Green+Blue) = 91+23+159=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B179F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B179F is #A4E860. Grayscale: #3A3A3A. Windows color (decimal): -10807393 or 10426203. OLE color: 10426203.
HSL color Cylindrical-coordinate representation of color #5B179F: hue angle of 270º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B179F is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 23 | 159 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.38 |
| HSL | 270º | 0.75% | 0.36% | - |
| HSV(B) | 270º | 0.86% | 0.62% | - |
| XYZ | 10.88 | 5.34 | 33.26 | - |
| YUV | 58.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 159 | 0.43 | 0.86 | 0 | 0.38 | 270 | 0.75 | 0.36 |
| Hex | 5B | 17 | 9F | 2B | 56 | 0 | 26 | 10E | 4B | 24 |
| Octal | 133 | 27 | 237 | 53 | 126 | 0 | 46 | 416 | 113 | 44 |
| Binary | 1011011 | 10111 | 10011111 | 101011 | 1010110 | 0 | 100110 | 100001110 | 1001011 | 100100 |
Color Harmonies of #5B179F
Complementary color
Monochromatic Colors of #5B179F
Black with #5B179F
Text Example
Text Example
White with #5B179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B179F; }
p { color: rgb(91,23,159); }
H1.HeaderClassName
{
color: #5B179F;
}
.AnyTagClassName
{
color: #5B179F;
}
</style>
background-color css
<style>
a { background-color: #5B179F; }
a { background-color: rgb(91,23,159); }
div.DivClassName
{
background-color: #5B179F;
}
.BgClassName
{
background-color: #5B179F;
}
</style>
border-color css
<style>
span { border-color: #5B179F; }
span { border-color: rgb(91,23,159); }
td.TdClassName
{
border-color: #5B179F;
}
.TagClassName
{
border-color: #5B179F;
}
</style>