Shades of Indigo #4A035E
Tints of Indigo #4A035E
RGB
CMYK
RGB Variations
Color information
#4A035E (or 0x4A035E) is known color: Indigo. HEX triplet: 4A, 03 and 5E. RGB value is (74,3,94). Sum of RGB (Red+Green+Blue) = 74+3+94=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A035E is #B5FCA1. Grayscale: #222222. Windows color (decimal): -11926690 or 6161226. OLE color: 6161226.
HSL color Cylindrical-coordinate representation of color #4A035E: hue angle of 286.81º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A035E is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 3 | 94 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.63 |
| HSL | 286.81º | 0.94% | 0.19% | - |
| HSV(B) | 286.81º | 0.97% | 0.37% | - |
| XYZ | 4.88 | 2.33 | 10.78 | - |
| YUV | 34.6 | 161.52 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 94 | 0.21 | 0.97 | 0 | 0.63 | 286.81 | 0.94 | 0.19 |
| Hex | 4A | 3 | 5E | 15 | 61 | 0 | 3F | 11F | 5E | 13 |
| Octal | 112 | 3 | 136 | 25 | 141 | 0 | 77 | 437 | 136 | 23 |
| Binary | 1001010 | 11 | 1011110 | 10101 | 1100001 | 0 | 111111 | 100011111 | 1011110 | 10011 |
Color Harmonies of #4A035E
Complementary color
Monochromatic Colors of #4A035E
Black with #4A035E
Text Example
Text Example
White with #4A035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A035E; }
p { color: rgb(74,3,94); }
H1.HeaderClassName
{
color: #4A035E;
}
.AnyTagClassName
{
color: #4A035E;
}
</style>
background-color css
<style>
a { background-color: #4A035E; }
a { background-color: rgb(74,3,94); }
div.DivClassName
{
background-color: #4A035E;
}
.BgClassName
{
background-color: #4A035E;
}
</style>
border-color css
<style>
span { border-color: #4A035E; }
span { border-color: rgb(74,3,94); }
td.TdClassName
{
border-color: #4A035E;
}
.TagClassName
{
border-color: #4A035E;
}
</style>