Shades of Indigo #4B1890
Tints of Indigo #4B1890
RGB
CMYK
RGB Variations
Color information
#4B1890 (or 0x4B1890) is known color: Indigo. HEX triplet: 4B, 18 and 90. RGB value is (75,24,144). Sum of RGB (Red+Green+Blue) = 75+24+144=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B1890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1890 is #B4E76F. Grayscale: #343434. Windows color (decimal): -11855728 or 9443403. OLE color: 9443403.
HSL color Cylindrical-coordinate representation of color #4B1890: hue angle of 265.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B1890 is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 24 | 144 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.44 |
| HSL | 265.5º | 0.71% | 0.33% | - |
| HSV(B) | 265.5º | 0.83% | 0.56% | - |
| XYZ | 8.26 | 4.16 | 26.75 | - |
| YUV | 52.93 | 179.4 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 144 | 0.48 | 0.83 | 0 | 0.44 | 265.5 | 0.71 | 0.33 |
| Hex | 4B | 18 | 90 | 30 | 53 | 0 | 2C | 10A | 47 | 21 |
| Octal | 113 | 30 | 220 | 60 | 123 | 0 | 54 | 412 | 107 | 41 |
| Binary | 1001011 | 11000 | 10010000 | 110000 | 1010011 | 0 | 101100 | 100001010 | 1000111 | 100001 |
Color Harmonies of #4B1890
Complementary color
Monochromatic Colors of #4B1890
Black with #4B1890
Text Example
Text Example
White with #4B1890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1890; }
p { color: rgb(75,24,144); }
H1.HeaderClassName
{
color: #4B1890;
}
.AnyTagClassName
{
color: #4B1890;
}
</style>
background-color css
<style>
a { background-color: #4B1890; }
a { background-color: rgb(75,24,144); }
div.DivClassName
{
background-color: #4B1890;
}
.BgClassName
{
background-color: #4B1890;
}
</style>
border-color css
<style>
span { border-color: #4B1890; }
span { border-color: rgb(75,24,144); }
td.TdClassName
{
border-color: #4B1890;
}
.TagClassName
{
border-color: #4B1890;
}
</style>