Shades of Indigo #4B0470
Tints of Indigo #4B0470
RGB
CMYK
RGB Variations
Color information
#4B0470 (or 0x4B0470) is known color: Indigo. HEX triplet: 4B, 04 and 70. RGB value is (75,4,112). Sum of RGB (Red+Green+Blue) = 75+4+112=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B0470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0470 is #B4FB8F. Grayscale: #252525. Windows color (decimal): -11860880 or 7341131. OLE color: 7341131.
HSL color Cylindrical-coordinate representation of color #4B0470: hue angle of 279.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0470 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 4 | 112 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.56 |
| HSL | 279.44º | 0.93% | 0.23% | - |
| HSV(B) | 279.44º | 0.96% | 0.44% | - |
| XYZ | 5.87 | 2.75 | 15.55 | - |
| YUV | 37.54 | 170.02 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 112 | 0.33 | 0.96 | 0 | 0.56 | 279.44 | 0.93 | 0.23 |
| Hex | 4B | 4 | 70 | 21 | 60 | 0 | 38 | 117 | 5D | 17 |
| Octal | 113 | 4 | 160 | 41 | 140 | 0 | 70 | 427 | 135 | 27 |
| Binary | 1001011 | 100 | 1110000 | 100001 | 1100000 | 0 | 111000 | 100010111 | 1011101 | 10111 |
Color Harmonies of #4B0470
Complementary color
Monochromatic Colors of #4B0470
Black with #4B0470
Text Example
Text Example
White with #4B0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0470; }
p { color: rgb(75,4,112); }
H1.HeaderClassName
{
color: #4B0470;
}
.AnyTagClassName
{
color: #4B0470;
}
</style>
background-color css
<style>
a { background-color: #4B0470; }
a { background-color: rgb(75,4,112); }
div.DivClassName
{
background-color: #4B0470;
}
.BgClassName
{
background-color: #4B0470;
}
</style>
border-color css
<style>
span { border-color: #4B0470; }
span { border-color: rgb(75,4,112); }
td.TdClassName
{
border-color: #4B0470;
}
.TagClassName
{
border-color: #4B0470;
}
</style>