Shades of Indigo #4A0669
Tints of Indigo #4A0669
RGB
CMYK
RGB Variations
Color information
#4A0669 (or 0x4A0669) is known color: Indigo. HEX triplet: 4A, 06 and 69. RGB value is (74,6,105). Sum of RGB (Red+Green+Blue) = 74+6+105=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A0669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0669 is #B5F996. Grayscale: #252525. Windows color (decimal): -11925911 or 6882890. OLE color: 6882890.
HSL color Cylindrical-coordinate representation of color #4A0669: hue angle of 281.21º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0669 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 6 | 105 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.59 |
| HSL | 281.21º | 0.89% | 0.22% | - |
| HSV(B) | 281.21º | 0.94% | 0.41% | - |
| XYZ | 5.44 | 2.61 | 13.58 | - |
| YUV | 37.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 105 | 0.30 | 0.94 | 0 | 0.59 | 281.21 | 0.89 | 0.22 |
| Hex | 4A | 6 | 69 | 1E | 5E | 0 | 3B | 119 | 59 | 16 |
| Octal | 112 | 6 | 151 | 36 | 136 | 0 | 73 | 431 | 131 | 26 |
| Binary | 1001010 | 110 | 1101001 | 11110 | 1011110 | 0 | 111011 | 100011001 | 1011001 | 10110 |
Color Harmonies of #4A0669
Complementary color
Monochromatic Colors of #4A0669
Black with #4A0669
Text Example
Text Example
White with #4A0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0669; }
p { color: rgb(74,6,105); }
H1.HeaderClassName
{
color: #4A0669;
}
.AnyTagClassName
{
color: #4A0669;
}
</style>
background-color css
<style>
a { background-color: #4A0669; }
a { background-color: rgb(74,6,105); }
div.DivClassName
{
background-color: #4A0669;
}
.BgClassName
{
background-color: #4A0669;
}
</style>
border-color css
<style>
span { border-color: #4A0669; }
span { border-color: rgb(74,6,105); }
td.TdClassName
{
border-color: #4A0669;
}
.TagClassName
{
border-color: #4A0669;
}
</style>