Shades of Indigo #4A09AB
Tints of Indigo #4A09AB
RGB
CMYK
RGB Variations
Color information
#4A09AB (or 0x4A09AB) is known color: Indigo. HEX triplet: 4A, 09 and AB. RGB value is (74,9,171). Sum of RGB (Red+Green+Blue) = 74+9+171=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A09AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A09AB is #B5F654. Grayscale: #2E2E2E. Windows color (decimal): -11925077 or 11209034. OLE color: 11209034.
HSL color Cylindrical-coordinate representation of color #4A09AB: hue angle of 264.07º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A09AB is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 9 | 171 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.33 |
| HSL | 264.07º | 0.9% | 0.35% | - |
| HSV(B) | 264.07º | 0.95% | 0.67% | - |
| XYZ | 10.27 | 4.59 | 38.87 | - |
| YUV | 46.9 | 198.03 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 171 | 0.57 | 0.95 | 0 | 0.33 | 264.07 | 0.9 | 0.35 |
| Hex | 4A | 9 | AB | 39 | 5F | 0 | 21 | 108 | 5A | 23 |
| Octal | 112 | 11 | 253 | 71 | 137 | 0 | 41 | 410 | 132 | 43 |
| Binary | 1001010 | 1001 | 10101011 | 111001 | 1011111 | 0 | 100001 | 100001000 | 1011010 | 100011 |
Color Harmonies of #4A09AB
Complementary color
Monochromatic Colors of #4A09AB
Black with #4A09AB
Text Example
Text Example
White with #4A09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A09AB; }
p { color: rgb(74,9,171); }
H1.HeaderClassName
{
color: #4A09AB;
}
.AnyTagClassName
{
color: #4A09AB;
}
</style>
background-color css
<style>
a { background-color: #4A09AB; }
a { background-color: rgb(74,9,171); }
div.DivClassName
{
background-color: #4A09AB;
}
.BgClassName
{
background-color: #4A09AB;
}
</style>
border-color css
<style>
span { border-color: #4A09AB; }
span { border-color: rgb(74,9,171); }
td.TdClassName
{
border-color: #4A09AB;
}
.TagClassName
{
border-color: #4A09AB;
}
</style>