Shades of Indigo #4A066C
Tints of Indigo #4A066C
RGB
CMYK
RGB Variations
Color information
#4A066C (or 0x4A066C) is known color: Indigo. HEX triplet: 4A, 06 and 6C. RGB value is (74,6,108). Sum of RGB (Red+Green+Blue) = 74+6+108=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A066C is #B5F993. Grayscale: #252525. Windows color (decimal): -11925908 or 7079498. OLE color: 7079498.
HSL color Cylindrical-coordinate representation of color #4A066C: hue angle of 280º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A066C is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 6 | 108 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.58 |
| HSL | 280º | 0.89% | 0.22% | - |
| HSV(B) | 280º | 0.94% | 0.42% | - |
| XYZ | 5.6 | 2.67 | 14.41 | - |
| YUV | 37.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 108 | 0.31 | 0.94 | 0 | 0.58 | 280 | 0.89 | 0.22 |
| Hex | 4A | 6 | 6C | 1F | 5E | 0 | 3A | 118 | 59 | 16 |
| Octal | 112 | 6 | 154 | 37 | 136 | 0 | 72 | 430 | 131 | 26 |
| Binary | 1001010 | 110 | 1101100 | 11111 | 1011110 | 0 | 111010 | 100011000 | 1011001 | 10110 |
Color Harmonies of #4A066C
Complementary color
Monochromatic Colors of #4A066C
Black with #4A066C
Text Example
Text Example
White with #4A066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A066C; }
p { color: rgb(74,6,108); }
H1.HeaderClassName
{
color: #4A066C;
}
.AnyTagClassName
{
color: #4A066C;
}
</style>
background-color css
<style>
a { background-color: #4A066C; }
a { background-color: rgb(74,6,108); }
div.DivClassName
{
background-color: #4A066C;
}
.BgClassName
{
background-color: #4A066C;
}
</style>
border-color css
<style>
span { border-color: #4A066C; }
span { border-color: rgb(74,6,108); }
td.TdClassName
{
border-color: #4A066C;
}
.TagClassName
{
border-color: #4A066C;
}
</style>