Shades of Indigo #4B0591
Tints of Indigo #4B0591
RGB
CMYK
RGB Variations
Color information
#4B0591 (or 0x4B0591) is known color: Indigo. HEX triplet: 4B, 05 and 91. RGB value is (75,5,145). Sum of RGB (Red+Green+Blue) = 75+5+145=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B0591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0591 is #B4FA6E. Grayscale: #292929. Windows color (decimal): -11860591 or 9504075. OLE color: 9504075.
HSL color Cylindrical-coordinate representation of color #4B0591: hue angle of 270º 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 #4B0591 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 75 | 5 | 145 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.43 |
| HSL | 270º | 0.93% | 0.29% | - |
| HSV(B) | 270º | 0.97% | 0.57% | - |
| XYZ | 8.07 | 3.65 | 27.07 | - |
| YUV | 41.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 145 | 0.48 | 0.97 | 0 | 0.43 | 270 | 0.93 | 0.29 |
| Hex | 4B | 5 | 91 | 30 | 61 | 0 | 2B | 10E | 5D | 1D |
| Octal | 113 | 5 | 221 | 60 | 141 | 0 | 53 | 416 | 135 | 35 |
| Binary | 1001011 | 101 | 10010001 | 110000 | 1100001 | 0 | 101011 | 100001110 | 1011101 | 11101 |
Color Harmonies of #4B0591
Complementary color
Monochromatic Colors of #4B0591
Black with #4B0591
Text Example
Text Example
White with #4B0591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0591; }
p { color: rgb(75,5,145); }
H1.HeaderClassName
{
color: #4B0591;
}
.AnyTagClassName
{
color: #4B0591;
}
</style>
background-color css
<style>
a { background-color: #4B0591; }
a { background-color: rgb(75,5,145); }
div.DivClassName
{
background-color: #4B0591;
}
.BgClassName
{
background-color: #4B0591;
}
</style>
border-color css
<style>
span { border-color: #4B0591; }
span { border-color: rgb(75,5,145); }
td.TdClassName
{
border-color: #4B0591;
}
.TagClassName
{
border-color: #4B0591;
}
</style>