Shades of Indigo #4B1880
Tints of Indigo #4B1880
RGB
CMYK
RGB Variations
Color information
#4B1880 (or 0x4B1880) is known color: Indigo. HEX triplet: 4B, 18 and 80. RGB value is (75,24,128). Sum of RGB (Red+Green+Blue) = 75+24+128=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #4B1880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1880 is #B4E77F. Grayscale: #323232. Windows color (decimal): -11855744 or 8394827. OLE color: 8394827.
HSL color Cylindrical-coordinate representation of color #4B1880: hue angle of 269.42º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B1880 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 24 | 128 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.50 |
| HSL | 269.42º | 0.68% | 0.3% | - |
| HSV(B) | 269.42º | 0.81% | 0.5% | - |
| XYZ | 7.12 | 3.71 | 20.76 | - |
| YUV | 51.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 128 | 0.41 | 0.81 | 0 | 0.50 | 269.42 | 0.68 | 0.3 |
| Hex | 4B | 18 | 80 | 29 | 51 | 0 | 32 | 10D | 44 | 1E |
| Octal | 113 | 30 | 200 | 51 | 121 | 0 | 62 | 415 | 104 | 36 |
| Binary | 1001011 | 11000 | 10000000 | 101001 | 1010001 | 0 | 110010 | 100001101 | 1000100 | 11110 |
Color Harmonies of #4B1880
Complementary color
Monochromatic Colors of #4B1880
Black with #4B1880
Text Example
Text Example
White with #4B1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1880; }
p { color: rgb(75,24,128); }
H1.HeaderClassName
{
color: #4B1880;
}
.AnyTagClassName
{
color: #4B1880;
}
</style>
background-color css
<style>
a { background-color: #4B1880; }
a { background-color: rgb(75,24,128); }
div.DivClassName
{
background-color: #4B1880;
}
.BgClassName
{
background-color: #4B1880;
}
</style>
border-color css
<style>
span { border-color: #4B1880; }
span { border-color: rgb(75,24,128); }
td.TdClassName
{
border-color: #4B1880;
}
.TagClassName
{
border-color: #4B1880;
}
</style>