Shades of Indigo #4A088D
Tints of Indigo #4A088D
RGB
CMYK
RGB Variations
Color information
#4A088D (or 0x4A088D) is known color: Indigo. HEX triplet: 4A, 08 and 8D. RGB value is (74,8,141). Sum of RGB (Red+Green+Blue) = 74+8+141=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A088D is #B5F772. Grayscale: #2A2A2A. Windows color (decimal): -11925363 or 9242698. OLE color: 9242698.
HSL color Cylindrical-coordinate representation of color #4A088D: hue angle of 269.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A088D is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 8 | 141 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.45 |
| HSL | 269.77º | 0.89% | 0.29% | - |
| HSV(B) | 269.77º | 0.94% | 0.55% | - |
| XYZ | 7.72 | 3.55 | 25.48 | - |
| YUV | 42.9 | 183.37 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 141 | 0.48 | 0.94 | 0 | 0.45 | 269.77 | 0.89 | 0.29 |
| Hex | 4A | 8 | 8D | 30 | 5E | 0 | 2D | 10E | 59 | 1D |
| Octal | 112 | 10 | 215 | 60 | 136 | 0 | 55 | 416 | 131 | 35 |
| Binary | 1001010 | 1000 | 10001101 | 110000 | 1011110 | 0 | 101101 | 100001110 | 1011001 | 11101 |
Color Harmonies of #4A088D
Complementary color
Monochromatic Colors of #4A088D
Black with #4A088D
Text Example
Text Example
White with #4A088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A088D; }
p { color: rgb(74,8,141); }
H1.HeaderClassName
{
color: #4A088D;
}
.AnyTagClassName
{
color: #4A088D;
}
</style>
background-color css
<style>
a { background-color: #4A088D; }
a { background-color: rgb(74,8,141); }
div.DivClassName
{
background-color: #4A088D;
}
.BgClassName
{
background-color: #4A088D;
}
</style>
border-color css
<style>
span { border-color: #4A088D; }
span { border-color: rgb(74,8,141); }
td.TdClassName
{
border-color: #4A088D;
}
.TagClassName
{
border-color: #4A088D;
}
</style>