Shades of Indigo #3B0591
Tints of Indigo #3B0591
RGB
CMYK
RGB Variations
Color information
#3B0591 (or 0x3B0591) is known color: Indigo. HEX triplet: 3B, 05 and 91. RGB value is (59,5,145). Sum of RGB (Red+Green+Blue) = 59+5+145=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 145 (57.03% from 255 or 69.38% from 209); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B0591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0591 is #C4FA6E. Grayscale: #242424. Windows color (decimal): -12909167 or 9504059. OLE color: 9504059.
HSL color Cylindrical-coordinate representation of color #3B0591: hue angle of 263.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B0591 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 5 | 145 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.43 |
| HSL | 263.14º | 0.93% | 0.29% | - |
| HSV(B) | 263.14º | 0.97% | 0.57% | - |
| XYZ | 6.97 | 3.08 | 27.02 | - |
| YUV | 37.11 | 188.89 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 145 | 0.59 | 0.97 | 0 | 0.43 | 263.14 | 0.93 | 0.29 |
| Hex | 3B | 5 | 91 | 3B | 61 | 0 | 2B | 107 | 5D | 1D |
| Octal | 73 | 5 | 221 | 73 | 141 | 0 | 53 | 407 | 135 | 35 |
| Binary | 111011 | 101 | 10010001 | 111011 | 1100001 | 0 | 101011 | 100000111 | 1011101 | 11101 |
Color Harmonies of #3B0591
Complementary color
Monochromatic Colors of #3B0591
Black with #3B0591
Text Example
Text Example
White with #3B0591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0591; }
p { color: rgb(59,5,145); }
H1.HeaderClassName
{
color: #3B0591;
}
.AnyTagClassName
{
color: #3B0591;
}
</style>
background-color css
<style>
a { background-color: #3B0591; }
a { background-color: rgb(59,5,145); }
div.DivClassName
{
background-color: #3B0591;
}
.BgClassName
{
background-color: #3B0591;
}
</style>
border-color css
<style>
span { border-color: #3B0591; }
span { border-color: rgb(59,5,145); }
td.TdClassName
{
border-color: #3B0591;
}
.TagClassName
{
border-color: #3B0591;
}
</style>