Shades of Indigo #4A097D
Tints of Indigo #4A097D
RGB
CMYK
RGB Variations
Color information
#4A097D (or 0x4A097D) is known color: Indigo. HEX triplet: 4A, 09 and 7D. RGB value is (74,9,125). Sum of RGB (Red+Green+Blue) = 74+9+125=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A097D is #B5F682. Grayscale: #292929. Windows color (decimal): -11925123 or 8194378. OLE color: 8194378.
HSL color Cylindrical-coordinate representation of color #4A097D: hue angle of 273.62º 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 #4A097D is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 9 | 125 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.51 |
| HSL | 273.62º | 0.87% | 0.26% | - |
| HSV(B) | 273.62º | 0.93% | 0.49% | - |
| XYZ | 6.62 | 3.13 | 19.66 | - |
| YUV | 41.66 | 175.03 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 125 | 0.41 | 0.93 | 0 | 0.51 | 273.62 | 0.87 | 0.26 |
| Hex | 4A | 9 | 7D | 29 | 5D | 0 | 33 | 112 | 57 | 1A |
| Octal | 112 | 11 | 175 | 51 | 135 | 0 | 63 | 422 | 127 | 32 |
| Binary | 1001010 | 1001 | 1111101 | 101001 | 1011101 | 0 | 110011 | 100010010 | 1010111 | 11010 |
Color Harmonies of #4A097D
Complementary color
Monochromatic Colors of #4A097D
Black with #4A097D
Text Example
Text Example
White with #4A097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A097D; }
p { color: rgb(74,9,125); }
H1.HeaderClassName
{
color: #4A097D;
}
.AnyTagClassName
{
color: #4A097D;
}
</style>
background-color css
<style>
a { background-color: #4A097D; }
a { background-color: rgb(74,9,125); }
div.DivClassName
{
background-color: #4A097D;
}
.BgClassName
{
background-color: #4A097D;
}
</style>
border-color css
<style>
span { border-color: #4A097D; }
span { border-color: rgb(74,9,125); }
td.TdClassName
{
border-color: #4A097D;
}
.TagClassName
{
border-color: #4A097D;
}
</style>