Shades of Indigo #4B1181
Tints of Indigo #4B1181
RGB
CMYK
RGB Variations
Color information
#4B1181 (or 0x4B1181) is known color: Indigo. HEX triplet: 4B, 11 and 81. RGB value is (75,17,129). Sum of RGB (Red+Green+Blue) = 75+17+129=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #4B1181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1181 is #B4EE7E. Grayscale: #2E2E2E. Windows color (decimal): -11857535 or 8458571. OLE color: 8458571.
HSL color Cylindrical-coordinate representation of color #4B1181: hue angle of 271.07º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B1181 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 17 | 129 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.49 |
| HSL | 271.07º | 0.77% | 0.29% | - |
| HSV(B) | 271.07º | 0.87% | 0.51% | - |
| XYZ | 7.06 | 3.48 | 21.07 | - |
| YUV | 47.11 | 174.22 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 129 | 0.42 | 0.87 | 0 | 0.49 | 271.07 | 0.77 | 0.29 |
| Hex | 4B | 11 | 81 | 2A | 57 | 0 | 31 | 10F | 4D | 1D |
| Octal | 113 | 21 | 201 | 52 | 127 | 0 | 61 | 417 | 115 | 35 |
| Binary | 1001011 | 10001 | 10000001 | 101010 | 1010111 | 0 | 110001 | 100001111 | 1001101 | 11101 |
Color Harmonies of #4B1181
Complementary color
Monochromatic Colors of #4B1181
Black with #4B1181
Text Example
Text Example
White with #4B1181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1181; }
p { color: rgb(75,17,129); }
H1.HeaderClassName
{
color: #4B1181;
}
.AnyTagClassName
{
color: #4B1181;
}
</style>
background-color css
<style>
a { background-color: #4B1181; }
a { background-color: rgb(75,17,129); }
div.DivClassName
{
background-color: #4B1181;
}
.BgClassName
{
background-color: #4B1181;
}
</style>
border-color css
<style>
span { border-color: #4B1181; }
span { border-color: rgb(75,17,129); }
td.TdClassName
{
border-color: #4B1181;
}
.TagClassName
{
border-color: #4B1181;
}
</style>