Shades of Indigo #5B0164
Tints of Indigo #5B0164
RGB
CMYK
RGB Variations
Color information
#5B0164 (or 0x5B0164) is known color: Indigo. HEX triplet: 5B, 01 and 64. RGB value is (91,1,100). Sum of RGB (Red+Green+Blue) = 91+1+100=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 100 (39.45% from 255 or 52.08% from 192); Max value from RGB is 100 - color contains mainly: blue. Hex color #5B0164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0164 is #A4FE9B. Grayscale: #262626. Windows color (decimal): -10813084 or 6553947. OLE color: 6553947.
HSL color Cylindrical-coordinate representation of color #5B0164: hue angle of 294.55º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B0164 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 1 | 100 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.61 |
| HSL | 294.55º | 0.98% | 0.2% | - |
| HSV(B) | 294.55º | 0.99% | 0.39% | - |
| XYZ | 6.63 | 3.17 | 12.32 | - |
| YUV | 39.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 100 | 0.09 | 0.99 | 0 | 0.61 | 294.55 | 0.98 | 0.2 |
| Hex | 5B | 1 | 64 | 9 | 63 | 0 | 3D | 127 | 62 | 14 |
| Octal | 133 | 1 | 144 | 11 | 143 | 0 | 75 | 447 | 142 | 24 |
| Binary | 1011011 | 1 | 1100100 | 1001 | 1100011 | 0 | 111101 | 100100111 | 1100010 | 10100 |
Color Harmonies of #5B0164
Complementary color
Monochromatic Colors of #5B0164
Black with #5B0164
Text Example
Text Example
White with #5B0164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0164; }
p { color: rgb(91,1,100); }
H1.HeaderClassName
{
color: #5B0164;
}
.AnyTagClassName
{
color: #5B0164;
}
</style>
background-color css
<style>
a { background-color: #5B0164; }
a { background-color: rgb(91,1,100); }
div.DivClassName
{
background-color: #5B0164;
}
.BgClassName
{
background-color: #5B0164;
}
</style>
border-color css
<style>
span { border-color: #5B0164; }
span { border-color: rgb(91,1,100); }
td.TdClassName
{
border-color: #5B0164;
}
.TagClassName
{
border-color: #5B0164;
}
</style>