Shades of Indigo #5B0067
Tints of Indigo #5B0067
RGB
CMYK
RGB Variations
Color information
#5B0067 (or 0x5B0067) is known color: Indigo. HEX triplet: 5B, 00 and 67. RGB value is (91,0,103). Sum of RGB (Red+Green+Blue) = 91+0+103=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B0067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0067 is #A4FF98. Grayscale: #262626. Windows color (decimal): -10813337 or 6750299. OLE color: 6750299.
HSL color Cylindrical-coordinate representation of color #5B0067: hue angle of 293.01º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B0067 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 0 | 103 | - |
| CMYK | 0.12 | 1 | 0 | 0.60 |
| HSL | 293.01º | 1% | 0.2% | - |
| HSV(B) | 293.01º | 1% | 0.4% | - |
| XYZ | 6.76 | 3.2 | 13.09 | - |
| YUV | 38.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 103 | 0.12 | 1 | 0 | 0.60 | 293.01 | 1 | 0.2 |
| Hex | 5B | 0 | 67 | C | 64 | 0 | 3C | 125 | 64 | 14 |
| Octal | 133 | 0 | 147 | 14 | 144 | 0 | 74 | 445 | 144 | 24 |
| Binary | 1011011 | 0 | 1100111 | 1100 | 1100100 | 0 | 111100 | 100100101 | 1100100 | 10100 |
Color Harmonies of #5B0067
Complementary color
Monochromatic Colors of #5B0067
Black with #5B0067
Text Example
Text Example
White with #5B0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0067; }
p { color: rgb(91,0,103); }
H1.HeaderClassName
{
color: #5B0067;
}
.AnyTagClassName
{
color: #5B0067;
}
</style>
background-color css
<style>
a { background-color: #5B0067; }
a { background-color: rgb(91,0,103); }
div.DivClassName
{
background-color: #5B0067;
}
.BgClassName
{
background-color: #5B0067;
}
</style>
border-color css
<style>
span { border-color: #5B0067; }
span { border-color: rgb(91,0,103); }
td.TdClassName
{
border-color: #5B0067;
}
.TagClassName
{
border-color: #5B0067;
}
</style>