Shades of Indigo #5B0367
Tints of Indigo #5B0367
RGB
CMYK
RGB Variations
Color information
#5B0367 (or 0x5B0367) is known color: Indigo. HEX triplet: 5B, 03 and 67. RGB value is (91,3,103). Sum of RGB (Red+Green+Blue) = 91+3+103=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B0367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0367 is #A4FC98. Grayscale: #282828. Windows color (decimal): -10812569 or 6751067. OLE color: 6751067.
HSL color Cylindrical-coordinate representation of color #5B0367: hue angle of 292.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0367 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 3 | 103 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.60 |
| HSL | 292.8º | 0.94% | 0.21% | - |
| HSV(B) | 292.8º | 0.97% | 0.4% | - |
| XYZ | 6.8 | 3.27 | 13.1 | - |
| YUV | 40.71 | 163.15 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 103 | 0.12 | 0.97 | 0 | 0.60 | 292.8 | 0.94 | 0.21 |
| Hex | 5B | 3 | 67 | C | 61 | 0 | 3C | 125 | 5E | 15 |
| Octal | 133 | 3 | 147 | 14 | 141 | 0 | 74 | 445 | 136 | 25 |
| Binary | 1011011 | 11 | 1100111 | 1100 | 1100001 | 0 | 111100 | 100100101 | 1011110 | 10101 |
Color Harmonies of #5B0367
Complementary color
Monochromatic Colors of #5B0367
Black with #5B0367
Text Example
Text Example
White with #5B0367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0367; }
p { color: rgb(91,3,103); }
H1.HeaderClassName
{
color: #5B0367;
}
.AnyTagClassName
{
color: #5B0367;
}
</style>
background-color css
<style>
a { background-color: #5B0367; }
a { background-color: rgb(91,3,103); }
div.DivClassName
{
background-color: #5B0367;
}
.BgClassName
{
background-color: #5B0367;
}
</style>
border-color css
<style>
span { border-color: #5B0367; }
span { border-color: rgb(91,3,103); }
td.TdClassName
{
border-color: #5B0367;
}
.TagClassName
{
border-color: #5B0367;
}
</style>