Shades of Indigo #4B1472
Tints of Indigo #4B1472
RGB
CMYK
RGB Variations
Color information
#4B1472 (or 0x4B1472) is known color: Indigo. HEX triplet: 4B, 14 and 72. RGB value is (75,20,114). Sum of RGB (Red+Green+Blue) = 75+20+114=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B1472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1472 is #B4EB8D. Grayscale: #2E2E2E. Windows color (decimal): -11856782 or 7476299. OLE color: 7476299.
HSL color Cylindrical-coordinate representation of color #4B1472: hue angle of 275.11º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B1472 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 20 | 114 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.55 |
| HSL | 275.11º | 0.7% | 0.26% | - |
| HSV(B) | 275.11º | 0.82% | 0.45% | - |
| XYZ | 6.19 | 3.21 | 16.21 | - |
| YUV | 47.16 | 165.72 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 114 | 0.34 | 0.82 | 0 | 0.55 | 275.11 | 0.7 | 0.26 |
| Hex | 4B | 14 | 72 | 22 | 52 | 0 | 37 | 113 | 46 | 1A |
| Octal | 113 | 24 | 162 | 42 | 122 | 0 | 67 | 423 | 106 | 32 |
| Binary | 1001011 | 10100 | 1110010 | 100010 | 1010010 | 0 | 110111 | 100010011 | 1000110 | 11010 |
Color Harmonies of #4B1472
Complementary color
Monochromatic Colors of #4B1472
Black with #4B1472
Text Example
Text Example
White with #4B1472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1472; }
p { color: rgb(75,20,114); }
H1.HeaderClassName
{
color: #4B1472;
}
.AnyTagClassName
{
color: #4B1472;
}
</style>
background-color css
<style>
a { background-color: #4B1472; }
a { background-color: rgb(75,20,114); }
div.DivClassName
{
background-color: #4B1472;
}
.BgClassName
{
background-color: #4B1472;
}
</style>
border-color css
<style>
span { border-color: #4B1472; }
span { border-color: rgb(75,20,114); }
td.TdClassName
{
border-color: #4B1472;
}
.TagClassName
{
border-color: #4B1472;
}
</style>