Shades of Indigo #4B1185
Tints of Indigo #4B1185
RGB
CMYK
RGB Variations
Color information
#4B1185 (or 0x4B1185) is known color: Indigo. HEX triplet: 4B, 11 and 85. RGB value is (75,17,133). Sum of RGB (Red+Green+Blue) = 75+17+133=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B1185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1185 is #B4EE7A. Grayscale: #2F2F2F. Windows color (decimal): -11857531 or 8720715. OLE color: 8720715.
HSL color Cylindrical-coordinate representation of color #4B1185: hue angle of 270º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B1185 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 17 | 133 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.48 |
| HSL | 270º | 0.77% | 0.29% | - |
| HSV(B) | 270º | 0.87% | 0.52% | - |
| XYZ | 7.34 | 3.59 | 22.5 | - |
| YUV | 47.57 | 176.22 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 133 | 0.44 | 0.87 | 0 | 0.48 | 270 | 0.77 | 0.29 |
| Hex | 4B | 11 | 85 | 2C | 57 | 0 | 30 | 10E | 4D | 1D |
| Octal | 113 | 21 | 205 | 54 | 127 | 0 | 60 | 416 | 115 | 35 |
| Binary | 1001011 | 10001 | 10000101 | 101100 | 1010111 | 0 | 110000 | 100001110 | 1001101 | 11101 |
Color Harmonies of #4B1185
Complementary color
Monochromatic Colors of #4B1185
Black with #4B1185
Text Example
Text Example
White with #4B1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1185; }
p { color: rgb(75,17,133); }
H1.HeaderClassName
{
color: #4B1185;
}
.AnyTagClassName
{
color: #4B1185;
}
</style>
background-color css
<style>
a { background-color: #4B1185; }
a { background-color: rgb(75,17,133); }
div.DivClassName
{
background-color: #4B1185;
}
.BgClassName
{
background-color: #4B1185;
}
</style>
border-color css
<style>
span { border-color: #4B1185; }
span { border-color: rgb(75,17,133); }
td.TdClassName
{
border-color: #4B1185;
}
.TagClassName
{
border-color: #4B1185;
}
</style>