Shades of Indigo #5B05AB
Tints of Indigo #5B05AB
RGB
CMYK
RGB Variations
Color information
#5B05AB (or 0x5B05AB) is known color: Indigo. HEX triplet: 5B, 05 and AB. RGB value is (91,5,171). Sum of RGB (Red+Green+Blue) = 91+5+171=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B05AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B05AB is #A4FA54. Grayscale: #313131. Windows color (decimal): -10811989 or 11208027. OLE color: 11208027.
HSL color Cylindrical-coordinate representation of color #5B05AB: hue angle of 271.08º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B05AB is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 5 | 171 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.33 |
| HSL | 271.08º | 0.94% | 0.35% | - |
| HSV(B) | 271.08º | 0.97% | 0.67% | - |
| XYZ | 11.72 | 5.27 | 38.93 | - |
| YUV | 49.64 | 196.49 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 171 | 0.47 | 0.97 | 0 | 0.33 | 271.08 | 0.94 | 0.35 |
| Hex | 5B | 5 | AB | 2F | 61 | 0 | 21 | 10F | 5E | 23 |
| Octal | 133 | 5 | 253 | 57 | 141 | 0 | 41 | 417 | 136 | 43 |
| Binary | 1011011 | 101 | 10101011 | 101111 | 1100001 | 0 | 100001 | 100001111 | 1011110 | 100011 |
Color Harmonies of #5B05AB
Complementary color
Monochromatic Colors of #5B05AB
Black with #5B05AB
Text Example
Text Example
White with #5B05AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B05AB; }
p { color: rgb(91,5,171); }
H1.HeaderClassName
{
color: #5B05AB;
}
.AnyTagClassName
{
color: #5B05AB;
}
</style>
background-color css
<style>
a { background-color: #5B05AB; }
a { background-color: rgb(91,5,171); }
div.DivClassName
{
background-color: #5B05AB;
}
.BgClassName
{
background-color: #5B05AB;
}
</style>
border-color css
<style>
span { border-color: #5B05AB; }
span { border-color: rgb(91,5,171); }
td.TdClassName
{
border-color: #5B05AB;
}
.TagClassName
{
border-color: #5B05AB;
}
</style>