Shades of Indigo #4A09A3
Tints of Indigo #4A09A3
RGB
CMYK
RGB Variations
Color information
#4A09A3 (or 0x4A09A3) is known color: Indigo. HEX triplet: 4A, 09 and A3. RGB value is (74,9,163). Sum of RGB (Red+Green+Blue) = 74+9+163=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 163 (64.06% from 255 or 66.26% from 246); Max value from RGB is 163 - color contains mainly: blue. Hex color #4A09A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A09A3 is #B5F65C. Grayscale: #2D2D2D. Windows color (decimal): -11925085 or 10684746. OLE color: 10684746.
HSL color Cylindrical-coordinate representation of color #4A09A3: hue angle of 265.32º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A09A3 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 9 | 163 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.36 |
| HSL | 265.32º | 0.9% | 0.34% | - |
| HSV(B) | 265.32º | 0.94% | 0.64% | - |
| XYZ | 9.53 | 4.3 | 34.98 | - |
| YUV | 45.99 | 194.03 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 163 | 0.55 | 0.94 | 0 | 0.36 | 265.32 | 0.9 | 0.34 |
| Hex | 4A | 9 | A3 | 37 | 5E | 0 | 24 | 109 | 5A | 22 |
| Octal | 112 | 11 | 243 | 67 | 136 | 0 | 44 | 411 | 132 | 42 |
| Binary | 1001010 | 1001 | 10100011 | 110111 | 1011110 | 0 | 100100 | 100001001 | 1011010 | 100010 |
Color Harmonies of #4A09A3
Complementary color
Monochromatic Colors of #4A09A3
Black with #4A09A3
Text Example
Text Example
White with #4A09A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A09A3; }
p { color: rgb(74,9,163); }
H1.HeaderClassName
{
color: #4A09A3;
}
.AnyTagClassName
{
color: #4A09A3;
}
</style>
background-color css
<style>
a { background-color: #4A09A3; }
a { background-color: rgb(74,9,163); }
div.DivClassName
{
background-color: #4A09A3;
}
.BgClassName
{
background-color: #4A09A3;
}
</style>
border-color css
<style>
span { border-color: #4A09A3; }
span { border-color: rgb(74,9,163); }
td.TdClassName
{
border-color: #4A09A3;
}
.TagClassName
{
border-color: #4A09A3;
}
</style>