Shades of Indigo #4A1785
Tints of Indigo #4A1785
RGB
CMYK
RGB Variations
Color information
#4A1785 (or 0x4A1785) is known color: Indigo. HEX triplet: 4A, 17 and 85. RGB value is (74,23,133). Sum of RGB (Red+Green+Blue) = 74+23+133=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A1785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1785 is #B5E87A. Grayscale: #323232. Windows color (decimal): -11921531 or 8722250. OLE color: 8722250.
HSL color Cylindrical-coordinate representation of color #4A1785: hue angle of 267.82º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A1785 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 23 | 133 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.48 |
| HSL | 267.82º | 0.71% | 0.31% | - |
| HSV(B) | 267.82º | 0.83% | 0.52% | - |
| XYZ | 7.36 | 3.76 | 22.53 | - |
| YUV | 50.79 | 174.4 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 133 | 0.44 | 0.83 | 0 | 0.48 | 267.82 | 0.71 | 0.31 |
| Hex | 4A | 17 | 85 | 2C | 53 | 0 | 30 | 10C | 47 | 1F |
| Octal | 112 | 27 | 205 | 54 | 123 | 0 | 60 | 414 | 107 | 37 |
| Binary | 1001010 | 10111 | 10000101 | 101100 | 1010011 | 0 | 110000 | 100001100 | 1000111 | 11111 |
Color Harmonies of #4A1785
Complementary color
Monochromatic Colors of #4A1785
Black with #4A1785
Text Example
Text Example
White with #4A1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1785; }
p { color: rgb(74,23,133); }
H1.HeaderClassName
{
color: #4A1785;
}
.AnyTagClassName
{
color: #4A1785;
}
</style>
background-color css
<style>
a { background-color: #4A1785; }
a { background-color: rgb(74,23,133); }
div.DivClassName
{
background-color: #4A1785;
}
.BgClassName
{
background-color: #4A1785;
}
</style>
border-color css
<style>
span { border-color: #4A1785; }
span { border-color: rgb(74,23,133); }
td.TdClassName
{
border-color: #4A1785;
}
.TagClassName
{
border-color: #4A1785;
}
</style>