Shades of Indigo #5B07AB
Tints of Indigo #5B07AB
RGB
CMYK
RGB Variations
Color information
#5B07AB (or 0x5B07AB) is known color: Indigo. HEX triplet: 5B, 07 and AB. RGB value is (91,7,171). Sum of RGB (Red+Green+Blue) = 91+7+171=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B07AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B07AB is #A4F854. Grayscale: #323232. Windows color (decimal): -10811477 or 11208539. OLE color: 11208539.
HSL color Cylindrical-coordinate representation of color #5B07AB: hue angle of 270.73º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B07AB is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 7 | 171 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.33 |
| HSL | 270.73º | 0.92% | 0.35% | - |
| HSV(B) | 270.73º | 0.96% | 0.67% | - |
| XYZ | 11.74 | 5.32 | 38.94 | - |
| YUV | 50.81 | 195.83 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 171 | 0.47 | 0.96 | 0 | 0.33 | 270.73 | 0.92 | 0.35 |
| Hex | 5B | 7 | AB | 2F | 60 | 0 | 21 | 10F | 5C | 23 |
| Octal | 133 | 7 | 253 | 57 | 140 | 0 | 41 | 417 | 134 | 43 |
| Binary | 1011011 | 111 | 10101011 | 101111 | 1100000 | 0 | 100001 | 100001111 | 1011100 | 100011 |
Color Harmonies of #5B07AB
Complementary color
Monochromatic Colors of #5B07AB
Black with #5B07AB
Text Example
Text Example
White with #5B07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B07AB; }
p { color: rgb(91,7,171); }
H1.HeaderClassName
{
color: #5B07AB;
}
.AnyTagClassName
{
color: #5B07AB;
}
</style>
background-color css
<style>
a { background-color: #5B07AB; }
a { background-color: rgb(91,7,171); }
div.DivClassName
{
background-color: #5B07AB;
}
.BgClassName
{
background-color: #5B07AB;
}
</style>
border-color css
<style>
span { border-color: #5B07AB; }
span { border-color: rgb(91,7,171); }
td.TdClassName
{
border-color: #5B07AB;
}
.TagClassName
{
border-color: #5B07AB;
}
</style>