Shades of Indigo #5B006D
Tints of Indigo #5B006D
RGB
CMYK
RGB Variations
Color information
#5B006D (or 0x5B006D) is known color: Indigo. HEX triplet: 5B, 00 and 6D. RGB value is (91,0,109). Sum of RGB (Red+Green+Blue) = 91+0+109=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B006D is #A4FF92. Grayscale: #272727. Windows color (decimal): -10813331 or 7143515. OLE color: 7143515.
HSL color Cylindrical-coordinate representation of color #5B006D: hue angle of 290.09º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B006D is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 0 | 109 | - |
| CMYK | 0.17 | 1 | 0 | 0.57 |
| HSL | 290.09º | 1% | 0.21% | - |
| HSV(B) | 290.09º | 1% | 0.43% | - |
| XYZ | 7.07 | 3.33 | 14.74 | - |
| YUV | 39.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 109 | 0.17 | 1 | 0 | 0.57 | 290.09 | 1 | 0.21 |
| Hex | 5B | 0 | 6D | 11 | 64 | 0 | 39 | 122 | 64 | 15 |
| Octal | 133 | 0 | 155 | 21 | 144 | 0 | 71 | 442 | 144 | 25 |
| Binary | 1011011 | 0 | 1101101 | 10001 | 1100100 | 0 | 111001 | 100100010 | 1100100 | 10101 |
Color Harmonies of #5B006D
Complementary color
Monochromatic Colors of #5B006D
Black with #5B006D
Text Example
Text Example
White with #5B006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B006D; }
p { color: rgb(91,0,109); }
H1.HeaderClassName
{
color: #5B006D;
}
.AnyTagClassName
{
color: #5B006D;
}
</style>
background-color css
<style>
a { background-color: #5B006D; }
a { background-color: rgb(91,0,109); }
div.DivClassName
{
background-color: #5B006D;
}
.BgClassName
{
background-color: #5B006D;
}
</style>
border-color css
<style>
span { border-color: #5B006D; }
span { border-color: rgb(91,0,109); }
td.TdClassName
{
border-color: #5B006D;
}
.TagClassName
{
border-color: #5B006D;
}
</style>