Shades of Indigo #4A0661
Tints of Indigo #4A0661
RGB
CMYK
RGB Variations
Color information
#4A0661 (or 0x4A0661) is known color: Indigo. HEX triplet: 4A, 06 and 61. RGB value is (74,6,97). Sum of RGB (Red+Green+Blue) = 74+6+97=177 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.81% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A0661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0661 is #B5F99E. Grayscale: #242424. Windows color (decimal): -11925919 or 6358602. OLE color: 6358602.
HSL color Cylindrical-coordinate representation of color #4A0661: hue angle of 284.84º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0661 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 6 | 97 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.62 |
| HSL | 284.84º | 0.88% | 0.2% | - |
| HSV(B) | 284.84º | 0.94% | 0.38% | - |
| XYZ | 5.05 | 2.45 | 11.52 | - |
| YUV | 36.71 | 162.03 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 97 | 0.24 | 0.94 | 0 | 0.62 | 284.84 | 0.88 | 0.2 |
| Hex | 4A | 6 | 61 | 18 | 5E | 0 | 3E | 11D | 58 | 14 |
| Octal | 112 | 6 | 141 | 30 | 136 | 0 | 76 | 435 | 130 | 24 |
| Binary | 1001010 | 110 | 1100001 | 11000 | 1011110 | 0 | 111110 | 100011101 | 1011000 | 10100 |
Color Harmonies of #4A0661
Complementary color
Monochromatic Colors of #4A0661
Black with #4A0661
Text Example
Text Example
White with #4A0661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0661; }
p { color: rgb(74,6,97); }
H1.HeaderClassName
{
color: #4A0661;
}
.AnyTagClassName
{
color: #4A0661;
}
</style>
background-color css
<style>
a { background-color: #4A0661; }
a { background-color: rgb(74,6,97); }
div.DivClassName
{
background-color: #4A0661;
}
.BgClassName
{
background-color: #4A0661;
}
</style>
border-color css
<style>
span { border-color: #4A0661; }
span { border-color: rgb(74,6,97); }
td.TdClassName
{
border-color: #4A0661;
}
.TagClassName
{
border-color: #4A0661;
}
</style>