Shades of Indigo #5B0165
Tints of Indigo #5B0165
RGB
CMYK
RGB Variations
Color information
#5B0165 (or 0x5B0165) is known color: Indigo. HEX triplet: 5B, 01 and 65. RGB value is (91,1,101). Sum of RGB (Red+Green+Blue) = 91+1+101=193 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.15% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B0165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0165 is #A4FE9A. Grayscale: #272727. Windows color (decimal): -10813083 or 6619483. OLE color: 6619483.
HSL color Cylindrical-coordinate representation of color #5B0165: hue angle of 294º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B0165 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 1 | 101 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.60 |
| HSL | 294º | 0.98% | 0.2% | - |
| HSV(B) | 294º | 0.99% | 0.4% | - |
| XYZ | 6.67 | 3.19 | 12.58 | - |
| YUV | 39.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 101 | 0.10 | 0.99 | 0 | 0.60 | 294 | 0.98 | 0.2 |
| Hex | 5B | 1 | 65 | A | 63 | 0 | 3C | 126 | 62 | 14 |
| Octal | 133 | 1 | 145 | 12 | 143 | 0 | 74 | 446 | 142 | 24 |
| Binary | 1011011 | 1 | 1100101 | 1010 | 1100011 | 0 | 111100 | 100100110 | 1100010 | 10100 |
Color Harmonies of #5B0165
Complementary color
Monochromatic Colors of #5B0165
Black with #5B0165
Text Example
Text Example
White with #5B0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0165; }
p { color: rgb(91,1,101); }
H1.HeaderClassName
{
color: #5B0165;
}
.AnyTagClassName
{
color: #5B0165;
}
</style>
background-color css
<style>
a { background-color: #5B0165; }
a { background-color: rgb(91,1,101); }
div.DivClassName
{
background-color: #5B0165;
}
.BgClassName
{
background-color: #5B0165;
}
</style>
border-color css
<style>
span { border-color: #5B0165; }
span { border-color: rgb(91,1,101); }
td.TdClassName
{
border-color: #5B0165;
}
.TagClassName
{
border-color: #5B0165;
}
</style>