Shades of Indigo #4A1784
Tints of Indigo #4A1784
RGB
CMYK
RGB Variations
Color information
#4A1784 (or 0x4A1784) is known color: Indigo. HEX triplet: 4A, 17 and 84. RGB value is (74,23,132). Sum of RGB (Red+Green+Blue) = 74+23+132=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A1784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1784 is #B5E87B. Grayscale: #323232. Windows color (decimal): -11921532 or 8656714. OLE color: 8656714.
HSL color Cylindrical-coordinate representation of color #4A1784: hue angle of 268.07º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A1784 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 23 | 132 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.48 |
| HSL | 268.07º | 0.7% | 0.3% | - |
| HSV(B) | 268.07º | 0.83% | 0.52% | - |
| XYZ | 7.3 | 3.73 | 22.17 | - |
| YUV | 50.68 | 173.9 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 132 | 0.44 | 0.83 | 0 | 0.48 | 268.07 | 0.7 | 0.3 |
| Hex | 4A | 17 | 84 | 2C | 53 | 0 | 30 | 10C | 46 | 1E |
| Octal | 112 | 27 | 204 | 54 | 123 | 0 | 60 | 414 | 106 | 36 |
| Binary | 1001010 | 10111 | 10000100 | 101100 | 1010011 | 0 | 110000 | 100001100 | 1000110 | 11110 |
Color Harmonies of #4A1784
Complementary color
Monochromatic Colors of #4A1784
Black with #4A1784
Text Example
Text Example
White with #4A1784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1784; }
p { color: rgb(74,23,132); }
H1.HeaderClassName
{
color: #4A1784;
}
.AnyTagClassName
{
color: #4A1784;
}
</style>
background-color css
<style>
a { background-color: #4A1784; }
a { background-color: rgb(74,23,132); }
div.DivClassName
{
background-color: #4A1784;
}
.BgClassName
{
background-color: #4A1784;
}
</style>
border-color css
<style>
span { border-color: #4A1784; }
span { border-color: rgb(74,23,132); }
td.TdClassName
{
border-color: #4A1784;
}
.TagClassName
{
border-color: #4A1784;
}
</style>