Shades of Indigo #4A099B
Tints of Indigo #4A099B
RGB
CMYK
RGB Variations
Color information
#4A099B (or 0x4A099B) is known color: Indigo. HEX triplet: 4A, 09 and 9B. RGB value is (74,9,155). Sum of RGB (Red+Green+Blue) = 74+9+155=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A099B is #B5F664. Grayscale: #2C2C2C. Windows color (decimal): -11925093 or 10160458. OLE color: 10160458.
HSL color Cylindrical-coordinate representation of color #4A099B: hue angle of 266.71º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A099B is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 9 | 155 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.39 |
| HSL | 266.71º | 0.89% | 0.32% | - |
| HSV(B) | 266.71º | 0.94% | 0.61% | - |
| XYZ | 8.84 | 4.02 | 31.32 | - |
| YUV | 45.08 | 190.03 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 155 | 0.52 | 0.94 | 0 | 0.39 | 266.71 | 0.89 | 0.32 |
| Hex | 4A | 9 | 9B | 34 | 5E | 0 | 27 | 10B | 59 | 20 |
| Octal | 112 | 11 | 233 | 64 | 136 | 0 | 47 | 413 | 131 | 40 |
| Binary | 1001010 | 1001 | 10011011 | 110100 | 1011110 | 0 | 100111 | 100001011 | 1011001 | 100000 |
Color Harmonies of #4A099B
Complementary color
Monochromatic Colors of #4A099B
Black with #4A099B
Text Example
Text Example
White with #4A099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A099B; }
p { color: rgb(74,9,155); }
H1.HeaderClassName
{
color: #4A099B;
}
.AnyTagClassName
{
color: #4A099B;
}
</style>
background-color css
<style>
a { background-color: #4A099B; }
a { background-color: rgb(74,9,155); }
div.DivClassName
{
background-color: #4A099B;
}
.BgClassName
{
background-color: #4A099B;
}
</style>
border-color css
<style>
span { border-color: #4A099B; }
span { border-color: rgb(74,9,155); }
td.TdClassName
{
border-color: #4A099B;
}
.TagClassName
{
border-color: #4A099B;
}
</style>