Shades of Indigo #4B0B70
Tints of Indigo #4B0B70
RGB
CMYK
RGB Variations
Color information
#4B0B70 (or 0x4B0B70) is known color: Indigo. HEX triplet: 4B, 0B and 70. RGB value is (75,11,112). Sum of RGB (Red+Green+Blue) = 75+11+112=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B0B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0B70 is #B4F48F. Grayscale: #292929. Windows color (decimal): -11859088 or 7342923. OLE color: 7342923.
HSL color Cylindrical-coordinate representation of color #4B0B70: hue angle of 278.02º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B0B70 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 11 | 112 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.56 |
| HSL | 278.02º | 0.82% | 0.24% | - |
| HSV(B) | 278.02º | 0.9% | 0.44% | - |
| XYZ | 5.95 | 2.91 | 15.58 | - |
| YUV | 41.65 | 167.7 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 11 | 112 | 0.33 | 0.90 | 0 | 0.56 | 278.02 | 0.82 | 0.24 |
| Hex | 4B | B | 70 | 21 | 5A | 0 | 38 | 116 | 52 | 18 |
| Octal | 113 | 13 | 160 | 41 | 132 | 0 | 70 | 426 | 122 | 30 |
| Binary | 1001011 | 1011 | 1110000 | 100001 | 1011010 | 0 | 111000 | 100010110 | 1010010 | 11000 |
Color Harmonies of #4B0B70
Complementary color
Monochromatic Colors of #4B0B70
Black with #4B0B70
Text Example
Text Example
White with #4B0B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0B70; }
p { color: rgb(75,11,112); }
H1.HeaderClassName
{
color: #4B0B70;
}
.AnyTagClassName
{
color: #4B0B70;
}
</style>
background-color css
<style>
a { background-color: #4B0B70; }
a { background-color: rgb(75,11,112); }
div.DivClassName
{
background-color: #4B0B70;
}
.BgClassName
{
background-color: #4B0B70;
}
</style>
border-color css
<style>
span { border-color: #4B0B70; }
span { border-color: rgb(75,11,112); }
td.TdClassName
{
border-color: #4B0B70;
}
.TagClassName
{
border-color: #4B0B70;
}
</style>