Shades of Indigo #4B1371
Tints of Indigo #4B1371
RGB
CMYK
RGB Variations
Color information
#4B1371 (or 0x4B1371) is known color: Indigo. HEX triplet: 4B, 13 and 71. RGB value is (75,19,113). Sum of RGB (Red+Green+Blue) = 75+19+113=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B1371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1371 is #B4EC8E. Grayscale: #2E2E2E. Windows color (decimal): -11857039 or 7410507. OLE color: 7410507.
HSL color Cylindrical-coordinate representation of color #4B1371: hue angle of 275.74º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B1371 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 19 | 113 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.56 |
| HSL | 275.74º | 0.71% | 0.26% | - |
| HSV(B) | 275.74º | 0.83% | 0.44% | - |
| XYZ | 6.12 | 3.15 | 15.91 | - |
| YUV | 46.46 | 165.55 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 19 | 113 | 0.34 | 0.83 | 0 | 0.56 | 275.74 | 0.71 | 0.26 |
| Hex | 4B | 13 | 71 | 22 | 53 | 0 | 38 | 114 | 47 | 1A |
| Octal | 113 | 23 | 161 | 42 | 123 | 0 | 70 | 424 | 107 | 32 |
| Binary | 1001011 | 10011 | 1110001 | 100010 | 1010011 | 0 | 111000 | 100010100 | 1000111 | 11010 |
Color Harmonies of #4B1371
Complementary color
Monochromatic Colors of #4B1371
Black with #4B1371
Text Example
Text Example
White with #4B1371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1371; }
p { color: rgb(75,19,113); }
H1.HeaderClassName
{
color: #4B1371;
}
.AnyTagClassName
{
color: #4B1371;
}
</style>
background-color css
<style>
a { background-color: #4B1371; }
a { background-color: rgb(75,19,113); }
div.DivClassName
{
background-color: #4B1371;
}
.BgClassName
{
background-color: #4B1371;
}
</style>
border-color css
<style>
span { border-color: #4B1371; }
span { border-color: rgb(75,19,113); }
td.TdClassName
{
border-color: #4B1371;
}
.TagClassName
{
border-color: #4B1371;
}
</style>