Shades of Indigo #4B1271
Tints of Indigo #4B1271
RGB
CMYK
RGB Variations
Color information
#4B1271 (or 0x4B1271) is known color: Indigo. HEX triplet: 4B, 12 and 71. RGB value is (75,18,113). Sum of RGB (Red+Green+Blue) = 75+18+113=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B1271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1271 is #B4ED8E. Grayscale: #2D2D2D. Windows color (decimal): -11857295 or 7410251. OLE color: 7410251.
HSL color Cylindrical-coordinate representation of color #4B1271: hue angle of 276º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B1271 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 18 | 113 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.56 |
| HSL | 276º | 0.73% | 0.26% | - |
| HSV(B) | 276º | 0.84% | 0.44% | - |
| XYZ | 6.1 | 3.12 | 15.9 | - |
| YUV | 45.87 | 165.88 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 113 | 0.34 | 0.84 | 0 | 0.56 | 276 | 0.73 | 0.26 |
| Hex | 4B | 12 | 71 | 22 | 54 | 0 | 38 | 114 | 49 | 1A |
| Octal | 113 | 22 | 161 | 42 | 124 | 0 | 70 | 424 | 111 | 32 |
| Binary | 1001011 | 10010 | 1110001 | 100010 | 1010100 | 0 | 111000 | 100010100 | 1001001 | 11010 |
Color Harmonies of #4B1271
Complementary color
Monochromatic Colors of #4B1271
Black with #4B1271
Text Example
Text Example
White with #4B1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1271; }
p { color: rgb(75,18,113); }
H1.HeaderClassName
{
color: #4B1271;
}
.AnyTagClassName
{
color: #4B1271;
}
</style>
background-color css
<style>
a { background-color: #4B1271; }
a { background-color: rgb(75,18,113); }
div.DivClassName
{
background-color: #4B1271;
}
.BgClassName
{
background-color: #4B1271;
}
</style>
border-color css
<style>
span { border-color: #4B1271; }
span { border-color: rgb(75,18,113); }
td.TdClassName
{
border-color: #4B1271;
}
.TagClassName
{
border-color: #4B1271;
}
</style>