Shades of Indigo #4B1581
Tints of Indigo #4B1581
RGB
CMYK
RGB Variations
Color information
#4B1581 (or 0x4B1581) is known color: Indigo. HEX triplet: 4B, 15 and 81. RGB value is (75,21,129). Sum of RGB (Red+Green+Blue) = 75+21+129=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 129 (50.78% from 255 or 57.33% from 225); Max value from RGB is 129 - color contains mainly: blue. Hex color #4B1581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1581 is #B4EA7E. Grayscale: #313131. Windows color (decimal): -11856511 or 8459595. OLE color: 8459595.
HSL color Cylindrical-coordinate representation of color #4B1581: hue angle of 270º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B1581 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 21 | 129 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.49 |
| HSL | 270º | 0.72% | 0.29% | - |
| HSV(B) | 270º | 0.84% | 0.51% | - |
| XYZ | 7.13 | 3.62 | 21.09 | - |
| YUV | 49.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 129 | 0.42 | 0.84 | 0 | 0.49 | 270 | 0.72 | 0.29 |
| Hex | 4B | 15 | 81 | 2A | 54 | 0 | 31 | 10E | 48 | 1D |
| Octal | 113 | 25 | 201 | 52 | 124 | 0 | 61 | 416 | 110 | 35 |
| Binary | 1001011 | 10101 | 10000001 | 101010 | 1010100 | 0 | 110001 | 100001110 | 1001000 | 11101 |
Color Harmonies of #4B1581
Complementary color
Monochromatic Colors of #4B1581
Black with #4B1581
Text Example
Text Example
White with #4B1581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1581; }
p { color: rgb(75,21,129); }
H1.HeaderClassName
{
color: #4B1581;
}
.AnyTagClassName
{
color: #4B1581;
}
</style>
background-color css
<style>
a { background-color: #4B1581; }
a { background-color: rgb(75,21,129); }
div.DivClassName
{
background-color: #4B1581;
}
.BgClassName
{
background-color: #4B1581;
}
</style>
border-color css
<style>
span { border-color: #4B1581; }
span { border-color: rgb(75,21,129); }
td.TdClassName
{
border-color: #4B1581;
}
.TagClassName
{
border-color: #4B1581;
}
</style>