Shades of Indigo #4A099F
Tints of Indigo #4A099F
RGB
CMYK
RGB Variations
Color information
#4A099F (or 0x4A099F) is known color: Indigo. HEX triplet: 4A, 09 and 9F. RGB value is (74,9,159). Sum of RGB (Red+Green+Blue) = 74+9+159=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #4A099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A099F is #B5F660. Grayscale: #2D2D2D. Windows color (decimal): -11925089 or 10422602. OLE color: 10422602.
HSL color Cylindrical-coordinate representation of color #4A099F: hue angle of 266º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A099F is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 9 | 159 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.38 |
| HSL | 266º | 0.89% | 0.33% | - |
| HSV(B) | 266º | 0.94% | 0.62% | - |
| XYZ | 9.18 | 4.15 | 33.12 | - |
| YUV | 45.54 | 192.03 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 9 | 159 | 0.53 | 0.94 | 0 | 0.38 | 266 | 0.89 | 0.33 |
| Hex | 4A | 9 | 9F | 35 | 5E | 0 | 26 | 10A | 59 | 21 |
| Octal | 112 | 11 | 237 | 65 | 136 | 0 | 46 | 412 | 131 | 41 |
| Binary | 1001010 | 1001 | 10011111 | 110101 | 1011110 | 0 | 100110 | 100001010 | 1011001 | 100001 |
Color Harmonies of #4A099F
Complementary color
Monochromatic Colors of #4A099F
Black with #4A099F
Text Example
Text Example
White with #4A099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A099F; }
p { color: rgb(74,9,159); }
H1.HeaderClassName
{
color: #4A099F;
}
.AnyTagClassName
{
color: #4A099F;
}
</style>
background-color css
<style>
a { background-color: #4A099F; }
a { background-color: rgb(74,9,159); }
div.DivClassName
{
background-color: #4A099F;
}
.BgClassName
{
background-color: #4A099F;
}
</style>
border-color css
<style>
span { border-color: #4A099F; }
span { border-color: rgb(74,9,159); }
td.TdClassName
{
border-color: #4A099F;
}
.TagClassName
{
border-color: #4A099F;
}
</style>