Shades of Indigo #4A018D
Tints of Indigo #4A018D
RGB
CMYK
RGB Variations
Color information
#4A018D (or 0x4A018D) is known color: Indigo. HEX triplet: 4A, 01 and 8D. RGB value is (74,1,141). Sum of RGB (Red+Green+Blue) = 74+1+141=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A018D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A018D is #B5FE72. Grayscale: #262626. Windows color (decimal): -11927155 or 9240906. OLE color: 9240906.
HSL color Cylindrical-coordinate representation of color #4A018D: hue angle of 271.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A018D is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 1 | 141 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.45 |
| HSL | 271.29º | 0.99% | 0.28% | - |
| HSV(B) | 271.29º | 0.99% | 0.55% | - |
| XYZ | 7.64 | 3.4 | 25.45 | - |
| YUV | 38.79 | 185.68 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 141 | 0.48 | 0.99 | 0 | 0.45 | 271.29 | 0.99 | 0.28 |
| Hex | 4A | 1 | 8D | 30 | 63 | 0 | 2D | 10F | 63 | 1C |
| Octal | 112 | 1 | 215 | 60 | 143 | 0 | 55 | 417 | 143 | 34 |
| Binary | 1001010 | 1 | 10001101 | 110000 | 1100011 | 0 | 101101 | 100001111 | 1100011 | 11100 |
Color Harmonies of #4A018D
Complementary color
Monochromatic Colors of #4A018D
Black with #4A018D
Text Example
Text Example
White with #4A018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A018D; }
p { color: rgb(74,1,141); }
H1.HeaderClassName
{
color: #4A018D;
}
.AnyTagClassName
{
color: #4A018D;
}
</style>
background-color css
<style>
a { background-color: #4A018D; }
a { background-color: rgb(74,1,141); }
div.DivClassName
{
background-color: #4A018D;
}
.BgClassName
{
background-color: #4A018D;
}
</style>
border-color css
<style>
span { border-color: #4A018D; }
span { border-color: rgb(74,1,141); }
td.TdClassName
{
border-color: #4A018D;
}
.TagClassName
{
border-color: #4A018D;
}
</style>