Shades of Indigo #4B1990
Tints of Indigo #4B1990
RGB
CMYK
RGB Variations
Color information
#4B1990 (or 0x4B1990) is known color: Indigo. HEX triplet: 4B, 19 and 90. RGB value is (75,25,144). Sum of RGB (Red+Green+Blue) = 75+25+144=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B1990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1990 is #B4E66F. Grayscale: #353535. Windows color (decimal): -11855472 or 9443659. OLE color: 9443659.
HSL color Cylindrical-coordinate representation of color #4B1990: hue angle of 265.21º degrees, saturation: 0.7, 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 #4B1990 is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 25 | 144 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.44 |
| HSL | 265.21º | 0.7% | 0.33% | - |
| HSV(B) | 265.21º | 0.83% | 0.56% | - |
| XYZ | 8.28 | 4.2 | 26.76 | - |
| YUV | 53.52 | 179.07 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 144 | 0.48 | 0.83 | 0 | 0.44 | 265.21 | 0.7 | 0.33 |
| Hex | 4B | 19 | 90 | 30 | 53 | 0 | 2C | 109 | 46 | 21 |
| Octal | 113 | 31 | 220 | 60 | 123 | 0 | 54 | 411 | 106 | 41 |
| Binary | 1001011 | 11001 | 10010000 | 110000 | 1010011 | 0 | 101100 | 100001001 | 1000110 | 100001 |
Color Harmonies of #4B1990
Complementary color
Monochromatic Colors of #4B1990
Black with #4B1990
Text Example
Text Example
White with #4B1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1990; }
p { color: rgb(75,25,144); }
H1.HeaderClassName
{
color: #4B1990;
}
.AnyTagClassName
{
color: #4B1990;
}
</style>
background-color css
<style>
a { background-color: #4B1990; }
a { background-color: rgb(75,25,144); }
div.DivClassName
{
background-color: #4B1990;
}
.BgClassName
{
background-color: #4B1990;
}
</style>
border-color css
<style>
span { border-color: #4B1990; }
span { border-color: rgb(75,25,144); }
td.TdClassName
{
border-color: #4B1990;
}
.TagClassName
{
border-color: #4B1990;
}
</style>