Shades of Indigo #4B1070
Tints of Indigo #4B1070
RGB
CMYK
RGB Variations
Color information
#4B1070 (or 0x4B1070) is known color: Indigo. HEX triplet: 4B, 10 and 70. RGB value is (75,16,112). Sum of RGB (Red+Green+Blue) = 75+16+112=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B1070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1070 is #B4EF8F. Grayscale: #2C2C2C. Windows color (decimal): -11857808 or 7344203. OLE color: 7344203.
HSL color Cylindrical-coordinate representation of color #4B1070: hue angle of 276.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B1070 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 16 | 112 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.56 |
| HSL | 276.88º | 0.75% | 0.25% | - |
| HSV(B) | 276.88º | 0.86% | 0.44% | - |
| XYZ | 6.01 | 3.04 | 15.6 | - |
| YUV | 44.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 112 | 0.33 | 0.86 | 0 | 0.56 | 276.88 | 0.75 | 0.25 |
| Hex | 4B | 10 | 70 | 21 | 56 | 0 | 38 | 115 | 4B | 19 |
| Octal | 113 | 20 | 160 | 41 | 126 | 0 | 70 | 425 | 113 | 31 |
| Binary | 1001011 | 10000 | 1110000 | 100001 | 1010110 | 0 | 111000 | 100010101 | 1001011 | 11001 |
Color Harmonies of #4B1070
Complementary color
Monochromatic Colors of #4B1070
Black with #4B1070
Text Example
Text Example
White with #4B1070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1070; }
p { color: rgb(75,16,112); }
H1.HeaderClassName
{
color: #4B1070;
}
.AnyTagClassName
{
color: #4B1070;
}
</style>
background-color css
<style>
a { background-color: #4B1070; }
a { background-color: rgb(75,16,112); }
div.DivClassName
{
background-color: #4B1070;
}
.BgClassName
{
background-color: #4B1070;
}
</style>
border-color css
<style>
span { border-color: #4B1070; }
span { border-color: rgb(75,16,112); }
td.TdClassName
{
border-color: #4B1070;
}
.TagClassName
{
border-color: #4B1070;
}
</style>