Shades of Indigo #4A096D
Tints of Indigo #4A096D
RGB
CMYK
RGB Variations
Color information
#4A096D (or 0x4A096D) is known color: Indigo. HEX triplet: 4A, 09 and 6D. RGB value is (74,9,109). Sum of RGB (Red+Green+Blue) = 74+9+109=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A096D is #B5F692. Grayscale: #272727. Windows color (decimal): -11925139 or 7145802. OLE color: 7145802.
HSL color Cylindrical-coordinate representation of color #4A096D: hue angle of 279º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A096D is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 9 | 109 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.57 |
| HSL | 279º | 0.85% | 0.23% | - |
| HSV(B) | 279º | 0.92% | 0.43% | - |
| XYZ | 5.68 | 2.76 | 14.7 | - |
| YUV | 39.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 109 | 0.32 | 0.92 | 0 | 0.57 | 279 | 0.85 | 0.23 |
| Hex | 4A | 9 | 6D | 20 | 5C | 0 | 39 | 117 | 55 | 17 |
| Octal | 112 | 11 | 155 | 40 | 134 | 0 | 71 | 427 | 125 | 27 |
| Binary | 1001010 | 1001 | 1101101 | 100000 | 1011100 | 0 | 111001 | 100010111 | 1010101 | 10111 |
Color Harmonies of #4A096D
Complementary color
Monochromatic Colors of #4A096D
Black with #4A096D
Text Example
Text Example
White with #4A096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A096D; }
p { color: rgb(74,9,109); }
H1.HeaderClassName
{
color: #4A096D;
}
.AnyTagClassName
{
color: #4A096D;
}
</style>
background-color css
<style>
a { background-color: #4A096D; }
a { background-color: rgb(74,9,109); }
div.DivClassName
{
background-color: #4A096D;
}
.BgClassName
{
background-color: #4A096D;
}
</style>
border-color css
<style>
span { border-color: #4A096D; }
span { border-color: rgb(74,9,109); }
td.TdClassName
{
border-color: #4A096D;
}
.TagClassName
{
border-color: #4A096D;
}
</style>