Shades of Indigo #4B1399
Tints of Indigo #4B1399
RGB
CMYK
RGB Variations
Color information
#4B1399 (or 0x4B1399) is known color: Indigo. HEX triplet: 4B, 13 and 99. RGB value is (75,19,153). Sum of RGB (Red+Green+Blue) = 75+19+153=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B1399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1399 is #B4EC66. Grayscale: #323232. Windows color (decimal): -11856999 or 10031947. OLE color: 10031947.
HSL color Cylindrical-coordinate representation of color #4B1399: hue angle of 265.07º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B1399 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 75 | 19 | 153 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.4 |
| HSL | 265.07º | 0.78% | 0.34% | - |
| HSV(B) | 265.07º | 0.88% | 0.6% | - |
| XYZ | 8.88 | 4.26 | 30.49 | - |
| YUV | 51.02 | 185.55 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 19 | 153 | 0.51 | 0.88 | 0 | 0.4 | 265.07 | 0.78 | 0.34 |
| Hex | 4B | 13 | 99 | 33 | 58 | 0 | 28 | 109 | 4E | 22 |
| Octal | 113 | 23 | 231 | 63 | 130 | 0 | 50 | 411 | 116 | 42 |
| Binary | 1001011 | 10011 | 10011001 | 110011 | 1011000 | 0 | 101000 | 100001001 | 1001110 | 100010 |
Color Harmonies of #4B1399
Complementary color
Monochromatic Colors of #4B1399
Black with #4B1399
Text Example
Text Example
White with #4B1399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1399; }
p { color: rgb(75,19,153); }
H1.HeaderClassName
{
color: #4B1399;
}
.AnyTagClassName
{
color: #4B1399;
}
</style>
background-color css
<style>
a { background-color: #4B1399; }
a { background-color: rgb(75,19,153); }
div.DivClassName
{
background-color: #4B1399;
}
.BgClassName
{
background-color: #4B1399;
}
</style>
border-color css
<style>
span { border-color: #4B1399; }
span { border-color: rgb(75,19,153); }
td.TdClassName
{
border-color: #4B1399;
}
.TagClassName
{
border-color: #4B1399;
}
</style>