Shades of Indigo #4A046C
Tints of Indigo #4A046C
RGB
CMYK
RGB Variations
Color information
#4A046C (or 0x4A046C) is known color: Indigo. HEX triplet: 4A, 04 and 6C. RGB value is (74,4,108). Sum of RGB (Red+Green+Blue) = 74+4+108=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A046C is #B5FB93. Grayscale: #242424. Windows color (decimal): -11926420 or 7078986. OLE color: 7078986.
HSL color Cylindrical-coordinate representation of color #4A046C: hue angle of 280.38º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A046C is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 4 | 108 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.58 |
| HSL | 280.38º | 0.93% | 0.22% | - |
| HSV(B) | 280.38º | 0.96% | 0.42% | - |
| XYZ | 5.57 | 2.63 | 14.4 | - |
| YUV | 36.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 108 | 0.31 | 0.96 | 0 | 0.58 | 280.38 | 0.93 | 0.22 |
| Hex | 4A | 4 | 6C | 1F | 60 | 0 | 3A | 118 | 5D | 16 |
| Octal | 112 | 4 | 154 | 37 | 140 | 0 | 72 | 430 | 135 | 26 |
| Binary | 1001010 | 100 | 1101100 | 11111 | 1100000 | 0 | 111010 | 100011000 | 1011101 | 10110 |
Color Harmonies of #4A046C
Complementary color
Monochromatic Colors of #4A046C
Black with #4A046C
Text Example
Text Example
White with #4A046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A046C; }
p { color: rgb(74,4,108); }
H1.HeaderClassName
{
color: #4A046C;
}
.AnyTagClassName
{
color: #4A046C;
}
</style>
background-color css
<style>
a { background-color: #4A046C; }
a { background-color: rgb(74,4,108); }
div.DivClassName
{
background-color: #4A046C;
}
.BgClassName
{
background-color: #4A046C;
}
</style>
border-color css
<style>
span { border-color: #4A046C; }
span { border-color: rgb(74,4,108); }
td.TdClassName
{
border-color: #4A046C;
}
.TagClassName
{
border-color: #4A046C;
}
</style>