Shades of Indigo #4A036C
Tints of Indigo #4A036C
RGB
CMYK
RGB Variations
Color information
#4A036C (or 0x4A036C) is known color: Indigo. HEX triplet: 4A, 03 and 6C. RGB value is (74,3,108). Sum of RGB (Red+Green+Blue) = 74+3+108=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A036C is #B5FC93. Grayscale: #232323. Windows color (decimal): -11926676 or 7078730. OLE color: 7078730.
HSL color Cylindrical-coordinate representation of color #4A036C: hue angle of 280.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A036C is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 3 | 108 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.58 |
| HSL | 280.57º | 0.95% | 0.22% | - |
| HSV(B) | 280.57º | 0.97% | 0.42% | - |
| XYZ | 5.56 | 2.6 | 14.4 | - |
| YUV | 36.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 108 | 0.31 | 0.97 | 0 | 0.58 | 280.57 | 0.95 | 0.22 |
| Hex | 4A | 3 | 6C | 1F | 61 | 0 | 3A | 119 | 5F | 16 |
| Octal | 112 | 3 | 154 | 37 | 141 | 0 | 72 | 431 | 137 | 26 |
| Binary | 1001010 | 11 | 1101100 | 11111 | 1100001 | 0 | 111010 | 100011001 | 1011111 | 10110 |
Color Harmonies of #4A036C
Complementary color
Monochromatic Colors of #4A036C
Black with #4A036C
Text Example
Text Example
White with #4A036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A036C; }
p { color: rgb(74,3,108); }
H1.HeaderClassName
{
color: #4A036C;
}
.AnyTagClassName
{
color: #4A036C;
}
</style>
background-color css
<style>
a { background-color: #4A036C; }
a { background-color: rgb(74,3,108); }
div.DivClassName
{
background-color: #4A036C;
}
.BgClassName
{
background-color: #4A036C;
}
</style>
border-color css
<style>
span { border-color: #4A036C; }
span { border-color: rgb(74,3,108); }
td.TdClassName
{
border-color: #4A036C;
}
.TagClassName
{
border-color: #4A036C;
}
</style>