Shades of Indigo #4A008D
Tints of Indigo #4A008D
RGB
CMYK
RGB Variations
Color information
#4A008D (or 0x4A008D) is known color: Indigo. HEX triplet: 4A, 00 and 8D. RGB value is (74,0,141). Sum of RGB (Red+Green+Blue) = 74+0+141=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A008D is #B5FF72. Grayscale: #252525. Windows color (decimal): -11927411 or 9240650. OLE color: 9240650.
HSL color Cylindrical-coordinate representation of color #4A008D: hue angle of 271.49º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A008D is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 0 | 141 | - |
| CMYK | 0.48 | 1 | 0 | 0.45 |
| HSL | 271.49º | 1% | 0.28% | - |
| HSV(B) | 271.49º | 1% | 0.55% | - |
| XYZ | 7.63 | 3.38 | 25.45 | - |
| YUV | 38.2 | 186.02 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 141 | 0.48 | 1 | 0 | 0.45 | 271.49 | 1 | 0.28 |
| Hex | 4A | 0 | 8D | 30 | 64 | 0 | 2D | 10F | 64 | 1C |
| Octal | 112 | 0 | 215 | 60 | 144 | 0 | 55 | 417 | 144 | 34 |
| Binary | 1001010 | 0 | 10001101 | 110000 | 1100100 | 0 | 101101 | 100001111 | 1100100 | 11100 |
Color Harmonies of #4A008D
Complementary color
Monochromatic Colors of #4A008D
Black with #4A008D
Text Example
Text Example
White with #4A008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A008D; }
p { color: rgb(74,0,141); }
H1.HeaderClassName
{
color: #4A008D;
}
.AnyTagClassName
{
color: #4A008D;
}
</style>
background-color css
<style>
a { background-color: #4A008D; }
a { background-color: rgb(74,0,141); }
div.DivClassName
{
background-color: #4A008D;
}
.BgClassName
{
background-color: #4A008D;
}
</style>
border-color css
<style>
span { border-color: #4A008D; }
span { border-color: rgb(74,0,141); }
td.TdClassName
{
border-color: #4A008D;
}
.TagClassName
{
border-color: #4A008D;
}
</style>