Shades of Indigo #4B0160
Tints of Indigo #4B0160
RGB
CMYK
RGB Variations
Color information
#4B0160 (or 0x4B0160) is known color: Indigo. HEX triplet: 4B, 01 and 60. RGB value is (75,1,96). Sum of RGB (Red+Green+Blue) = 75+1+96=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B0160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0160 is #B4FE9F. Grayscale: #212121. Windows color (decimal): -11861664 or 6291787. OLE color: 6291787.
HSL color Cylindrical-coordinate representation of color #4B0160: hue angle of 286.74º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B0160 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 1 | 96 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.62 |
| HSL | 286.74º | 0.98% | 0.19% | - |
| HSV(B) | 286.74º | 0.99% | 0.38% | - |
| XYZ | 5.02 | 2.36 | 11.26 | - |
| YUV | 33.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 1 | 96 | 0.22 | 0.99 | 0 | 0.62 | 286.74 | 0.98 | 0.19 |
| Hex | 4B | 1 | 60 | 16 | 63 | 0 | 3E | 11F | 62 | 13 |
| Octal | 113 | 1 | 140 | 26 | 143 | 0 | 76 | 437 | 142 | 23 |
| Binary | 1001011 | 1 | 1100000 | 10110 | 1100011 | 0 | 111110 | 100011111 | 1100010 | 10011 |
Color Harmonies of #4B0160
Complementary color
Monochromatic Colors of #4B0160
Black with #4B0160
Text Example
Text Example
White with #4B0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0160; }
p { color: rgb(75,1,96); }
H1.HeaderClassName
{
color: #4B0160;
}
.AnyTagClassName
{
color: #4B0160;
}
</style>
background-color css
<style>
a { background-color: #4B0160; }
a { background-color: rgb(75,1,96); }
div.DivClassName
{
background-color: #4B0160;
}
.BgClassName
{
background-color: #4B0160;
}
</style>
border-color css
<style>
span { border-color: #4B0160; }
span { border-color: rgb(75,1,96); }
td.TdClassName
{
border-color: #4B0160;
}
.TagClassName
{
border-color: #4B0160;
}
</style>