Shades of Indigo #5B006F
Tints of Indigo #5B006F
RGB
CMYK
RGB Variations
Color information
#5B006F (or 0x5B006F) is known color: Indigo. HEX triplet: 5B, 00 and 6F. RGB value is (91,0,111). Sum of RGB (Red+Green+Blue) = 91+0+111=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B006F is #A4FF90. Grayscale: #272727. Windows color (decimal): -10813329 or 7274587. OLE color: 7274587.
HSL color Cylindrical-coordinate representation of color #5B006F: hue angle of 289.19º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B006F is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 0 | 111 | - |
| CMYK | 0.18 | 1 | 0 | 0.56 |
| HSL | 289.19º | 1% | 0.22% | - |
| HSV(B) | 289.19º | 1% | 0.44% | - |
| XYZ | 7.18 | 3.37 | 15.31 | - |
| YUV | 39.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 111 | 0.18 | 1 | 0 | 0.56 | 289.19 | 1 | 0.22 |
| Hex | 5B | 0 | 6F | 12 | 64 | 0 | 38 | 121 | 64 | 16 |
| Octal | 133 | 0 | 157 | 22 | 144 | 0 | 70 | 441 | 144 | 26 |
| Binary | 1011011 | 0 | 1101111 | 10010 | 1100100 | 0 | 111000 | 100100001 | 1100100 | 10110 |
Color Harmonies of #5B006F
Complementary color
Monochromatic Colors of #5B006F
Black with #5B006F
Text Example
Text Example
White with #5B006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B006F; }
p { color: rgb(91,0,111); }
H1.HeaderClassName
{
color: #5B006F;
}
.AnyTagClassName
{
color: #5B006F;
}
</style>
background-color css
<style>
a { background-color: #5B006F; }
a { background-color: rgb(91,0,111); }
div.DivClassName
{
background-color: #5B006F;
}
.BgClassName
{
background-color: #5B006F;
}
</style>
border-color css
<style>
span { border-color: #5B006F; }
span { border-color: rgb(91,0,111); }
td.TdClassName
{
border-color: #5B006F;
}
.TagClassName
{
border-color: #5B006F;
}
</style>