Shades of Indigo #4B1470
Tints of Indigo #4B1470
RGB
CMYK
RGB Variations
Color information
#4B1470 (or 0x4B1470) is known color: Indigo. HEX triplet: 4B, 14 and 70. RGB value is (75,20,112). Sum of RGB (Red+Green+Blue) = 75+20+112=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B1470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1470 is #B4EB8F. Grayscale: #2E2E2E. Windows color (decimal): -11856784 or 7345227. OLE color: 7345227.
HSL color Cylindrical-coordinate representation of color #4B1470: hue angle of 275.87º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B1470 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 20 | 112 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.56 |
| HSL | 275.87º | 0.7% | 0.26% | - |
| HSV(B) | 275.87º | 0.82% | 0.44% | - |
| XYZ | 6.08 | 3.17 | 15.62 | - |
| YUV | 46.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 112 | 0.33 | 0.82 | 0 | 0.56 | 275.87 | 0.7 | 0.26 |
| Hex | 4B | 14 | 70 | 21 | 52 | 0 | 38 | 114 | 46 | 1A |
| Octal | 113 | 24 | 160 | 41 | 122 | 0 | 70 | 424 | 106 | 32 |
| Binary | 1001011 | 10100 | 1110000 | 100001 | 1010010 | 0 | 111000 | 100010100 | 1000110 | 11010 |
Color Harmonies of #4B1470
Complementary color
Monochromatic Colors of #4B1470
Black with #4B1470
Text Example
Text Example
White with #4B1470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1470; }
p { color: rgb(75,20,112); }
H1.HeaderClassName
{
color: #4B1470;
}
.AnyTagClassName
{
color: #4B1470;
}
</style>
background-color css
<style>
a { background-color: #4B1470; }
a { background-color: rgb(75,20,112); }
div.DivClassName
{
background-color: #4B1470;
}
.BgClassName
{
background-color: #4B1470;
}
</style>
border-color css
<style>
span { border-color: #4B1470; }
span { border-color: rgb(75,20,112); }
td.TdClassName
{
border-color: #4B1470;
}
.TagClassName
{
border-color: #4B1470;
}
</style>