Shades of Indigo #5B0368
Tints of Indigo #5B0368
RGB
CMYK
RGB Variations
Color information
#5B0368 (or 0x5B0368) is known color: Indigo. HEX triplet: 5B, 03 and 68. RGB value is (91,3,104). Sum of RGB (Red+Green+Blue) = 91+3+104=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B0368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0368 is #A4FC97. Grayscale: #282828. Windows color (decimal): -10812568 or 6816603. OLE color: 6816603.
HSL color Cylindrical-coordinate representation of color #5B0368: hue angle of 292.28º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0368 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 3 | 104 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.59 |
| HSL | 292.28º | 0.94% | 0.21% | - |
| HSV(B) | 292.28º | 0.97% | 0.41% | - |
| XYZ | 6.85 | 3.29 | 13.37 | - |
| YUV | 40.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 104 | 0.12 | 0.97 | 0 | 0.59 | 292.28 | 0.94 | 0.21 |
| Hex | 5B | 3 | 68 | C | 61 | 0 | 3B | 124 | 5E | 15 |
| Octal | 133 | 3 | 150 | 14 | 141 | 0 | 73 | 444 | 136 | 25 |
| Binary | 1011011 | 11 | 1101000 | 1100 | 1100001 | 0 | 111011 | 100100100 | 1011110 | 10101 |
Color Harmonies of #5B0368
Complementary color
Monochromatic Colors of #5B0368
Black with #5B0368
Text Example
Text Example
White with #5B0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0368; }
p { color: rgb(91,3,104); }
H1.HeaderClassName
{
color: #5B0368;
}
.AnyTagClassName
{
color: #5B0368;
}
</style>
background-color css
<style>
a { background-color: #5B0368; }
a { background-color: rgb(91,3,104); }
div.DivClassName
{
background-color: #5B0368;
}
.BgClassName
{
background-color: #5B0368;
}
</style>
border-color css
<style>
span { border-color: #5B0368; }
span { border-color: rgb(91,3,104); }
td.TdClassName
{
border-color: #5B0368;
}
.TagClassName
{
border-color: #5B0368;
}
</style>