Shades of Indigo #5B037B
Tints of Indigo #5B037B
RGB
CMYK
RGB Variations
Color information
#5B037B (or 0x5B037B) is known color: Indigo. HEX triplet: 5B, 03 and 7B. RGB value is (91,3,123). Sum of RGB (Red+Green+Blue) = 91+3+123=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B037B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B037B is #A4FC84. Grayscale: #2A2A2A. Windows color (decimal): -10812549 or 8061787. OLE color: 8061787.
HSL color Cylindrical-coordinate representation of color #5B037B: hue angle of 284º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B037B is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 3 | 123 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.52 |
| HSL | 284º | 0.95% | 0.25% | - |
| HSV(B) | 284º | 0.98% | 0.48% | - |
| XYZ | 7.92 | 3.72 | 19.04 | - |
| YUV | 42.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 123 | 0.26 | 0.98 | 0 | 0.52 | 284 | 0.95 | 0.25 |
| Hex | 5B | 3 | 7B | 1A | 62 | 0 | 34 | 11C | 5F | 19 |
| Octal | 133 | 3 | 173 | 32 | 142 | 0 | 64 | 434 | 137 | 31 |
| Binary | 1011011 | 11 | 1111011 | 11010 | 1100010 | 0 | 110100 | 100011100 | 1011111 | 11001 |
Color Harmonies of #5B037B
Complementary color
Monochromatic Colors of #5B037B
Black with #5B037B
Text Example
Text Example
White with #5B037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B037B; }
p { color: rgb(91,3,123); }
H1.HeaderClassName
{
color: #5B037B;
}
.AnyTagClassName
{
color: #5B037B;
}
</style>
background-color css
<style>
a { background-color: #5B037B; }
a { background-color: rgb(91,3,123); }
div.DivClassName
{
background-color: #5B037B;
}
.BgClassName
{
background-color: #5B037B;
}
</style>
border-color css
<style>
span { border-color: #5B037B; }
span { border-color: rgb(91,3,123); }
td.TdClassName
{
border-color: #5B037B;
}
.TagClassName
{
border-color: #5B037B;
}
</style>