Shades of Indigo #4B0191
Tints of Indigo #4B0191
RGB
CMYK
RGB Variations
Color information
#4B0191 (or 0x4B0191) is known color: Indigo. HEX triplet: 4B, 01 and 91. RGB value is (75,1,145). Sum of RGB (Red+Green+Blue) = 75+1+145=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B0191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0191 is #B4FE6E. Grayscale: #272727. Windows color (decimal): -11861615 or 9503051. OLE color: 9503051.
HSL color Cylindrical-coordinate representation of color #4B0191: hue angle of 270.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B0191 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 75 | 1 | 145 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.43 |
| HSL | 270.83º | 0.99% | 0.29% | - |
| HSV(B) | 270.83º | 0.99% | 0.57% | - |
| XYZ | 8.02 | 3.56 | 27.05 | - |
| YUV | 39.54 | 187.52 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 1 | 145 | 0.48 | 0.99 | 0 | 0.43 | 270.83 | 0.99 | 0.29 |
| Hex | 4B | 1 | 91 | 30 | 63 | 0 | 2B | 10F | 63 | 1D |
| Octal | 113 | 1 | 221 | 60 | 143 | 0 | 53 | 417 | 143 | 35 |
| Binary | 1001011 | 1 | 10010001 | 110000 | 1100011 | 0 | 101011 | 100001111 | 1100011 | 11101 |
Color Harmonies of #4B0191
Complementary color
Monochromatic Colors of #4B0191
Black with #4B0191
Text Example
Text Example
White with #4B0191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0191; }
p { color: rgb(75,1,145); }
H1.HeaderClassName
{
color: #4B0191;
}
.AnyTagClassName
{
color: #4B0191;
}
</style>
background-color css
<style>
a { background-color: #4B0191; }
a { background-color: rgb(75,1,145); }
div.DivClassName
{
background-color: #4B0191;
}
.BgClassName
{
background-color: #4B0191;
}
</style>
border-color css
<style>
span { border-color: #4B0191; }
span { border-color: rgb(75,1,145); }
td.TdClassName
{
border-color: #4B0191;
}
.TagClassName
{
border-color: #4B0191;
}
</style>