Shades of Indigo #4A097E
Tints of Indigo #4A097E
RGB
CMYK
RGB Variations
Color information
#4A097E (or 0x4A097E) is known color: Indigo. HEX triplet: 4A, 09 and 7E. RGB value is (74,9,126). Sum of RGB (Red+Green+Blue) = 74+9+126=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 126 (49.61% from 255 or 60.29% from 209); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A097E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A097E is #B5F681. Grayscale: #292929. Windows color (decimal): -11925122 or 8259914. OLE color: 8259914.
HSL color Cylindrical-coordinate representation of color #4A097E: hue angle of 273.33º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A097E is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 9 | 126 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.51 |
| HSL | 273.33º | 0.87% | 0.26% | - |
| HSV(B) | 273.33º | 0.93% | 0.49% | - |
| XYZ | 6.69 | 3.16 | 20 | - |
| YUV | 41.77 | 175.53 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 126 | 0.41 | 0.93 | 0 | 0.51 | 273.33 | 0.87 | 0.26 |
| Hex | 4A | 9 | 7E | 29 | 5D | 0 | 33 | 111 | 57 | 1A |
| Octal | 112 | 11 | 176 | 51 | 135 | 0 | 63 | 421 | 127 | 32 |
| Binary | 1001010 | 1001 | 1111110 | 101001 | 1011101 | 0 | 110011 | 100010001 | 1010111 | 11010 |
Color Harmonies of #4A097E
Complementary color
Monochromatic Colors of #4A097E
Black with #4A097E
Text Example
Text Example
White with #4A097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A097E; }
p { color: rgb(74,9,126); }
H1.HeaderClassName
{
color: #4A097E;
}
.AnyTagClassName
{
color: #4A097E;
}
</style>
background-color css
<style>
a { background-color: #4A097E; }
a { background-color: rgb(74,9,126); }
div.DivClassName
{
background-color: #4A097E;
}
.BgClassName
{
background-color: #4A097E;
}
</style>
border-color css
<style>
span { border-color: #4A097E; }
span { border-color: rgb(74,9,126); }
td.TdClassName
{
border-color: #4A097E;
}
.TagClassName
{
border-color: #4A097E;
}
</style>