Shades of Indigo #4B1080
Tints of Indigo #4B1080
RGB
CMYK
RGB Variations
Color information
#4B1080 (or 0x4B1080) is known color: Indigo. HEX triplet: 4B, 10 and 80. RGB value is (75,16,128). Sum of RGB (Red+Green+Blue) = 75+16+128=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #4B1080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1080 is #B4EF7F. Grayscale: #2E2E2E. Windows color (decimal): -11857792 or 8392779. OLE color: 8392779.
HSL color Cylindrical-coordinate representation of color #4B1080: hue angle of 271.61º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B1080 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 16 | 128 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.50 |
| HSL | 271.61º | 0.78% | 0.28% | - |
| HSV(B) | 271.61º | 0.88% | 0.5% | - |
| XYZ | 6.98 | 3.42 | 20.72 | - |
| YUV | 46.41 | 174.05 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 128 | 0.41 | 0.88 | 0 | 0.50 | 271.61 | 0.78 | 0.28 |
| Hex | 4B | 10 | 80 | 29 | 58 | 0 | 32 | 110 | 4E | 1C |
| Octal | 113 | 20 | 200 | 51 | 130 | 0 | 62 | 420 | 116 | 34 |
| Binary | 1001011 | 10000 | 10000000 | 101001 | 1011000 | 0 | 110010 | 100010000 | 1001110 | 11100 |
Color Harmonies of #4B1080
Complementary color
Monochromatic Colors of #4B1080
Black with #4B1080
Text Example
Text Example
White with #4B1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1080; }
p { color: rgb(75,16,128); }
H1.HeaderClassName
{
color: #4B1080;
}
.AnyTagClassName
{
color: #4B1080;
}
</style>
background-color css
<style>
a { background-color: #4B1080; }
a { background-color: rgb(75,16,128); }
div.DivClassName
{
background-color: #4B1080;
}
.BgClassName
{
background-color: #4B1080;
}
</style>
border-color css
<style>
span { border-color: #4B1080; }
span { border-color: rgb(75,16,128); }
td.TdClassName
{
border-color: #4B1080;
}
.TagClassName
{
border-color: #4B1080;
}
</style>