Shades of Indigo #4A1885
Tints of Indigo #4A1885
RGB
CMYK
RGB Variations
Color information
#4A1885 (or 0x4A1885) is known color: Indigo. HEX triplet: 4A, 18 and 85. RGB value is (74,24,133). Sum of RGB (Red+Green+Blue) = 74+24+133=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A1885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1885 is #B5E77A. Grayscale: #323232. Windows color (decimal): -11921275 or 8722506. OLE color: 8722506.
HSL color Cylindrical-coordinate representation of color #4A1885: hue angle of 267.52º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1885 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 24 | 133 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.48 |
| HSL | 267.52º | 0.69% | 0.31% | - |
| HSV(B) | 267.52º | 0.82% | 0.52% | - |
| XYZ | 7.38 | 3.8 | 22.54 | - |
| YUV | 51.38 | 174.07 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 133 | 0.44 | 0.82 | 0 | 0.48 | 267.52 | 0.69 | 0.31 |
| Hex | 4A | 18 | 85 | 2C | 52 | 0 | 30 | 10C | 45 | 1F |
| Octal | 112 | 30 | 205 | 54 | 122 | 0 | 60 | 414 | 105 | 37 |
| Binary | 1001010 | 11000 | 10000101 | 101100 | 1010010 | 0 | 110000 | 100001100 | 1000101 | 11111 |
Color Harmonies of #4A1885
Complementary color
Monochromatic Colors of #4A1885
Black with #4A1885
Text Example
Text Example
White with #4A1885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1885; }
p { color: rgb(74,24,133); }
H1.HeaderClassName
{
color: #4A1885;
}
.AnyTagClassName
{
color: #4A1885;
}
</style>
background-color css
<style>
a { background-color: #4A1885; }
a { background-color: rgb(74,24,133); }
div.DivClassName
{
background-color: #4A1885;
}
.BgClassName
{
background-color: #4A1885;
}
</style>
border-color css
<style>
span { border-color: #4A1885; }
span { border-color: rgb(74,24,133); }
td.TdClassName
{
border-color: #4A1885;
}
.TagClassName
{
border-color: #4A1885;
}
</style>