Shades of Indigo #4A035F
Tints of Indigo #4A035F
RGB
CMYK
RGB Variations
Color information
#4A035F (or 0x4A035F) is known color: Indigo. HEX triplet: 4A, 03 and 5F. RGB value is (74,3,95). Sum of RGB (Red+Green+Blue) = 74+3+95=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A035F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A035F is #B5FCA0. Grayscale: #222222. Windows color (decimal): -11926689 or 6226762. OLE color: 6226762.
HSL color Cylindrical-coordinate representation of color #4A035F: hue angle of 286.3º 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 #4A035F is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 3 | 95 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.63 |
| HSL | 286.3º | 0.94% | 0.19% | - |
| HSV(B) | 286.3º | 0.97% | 0.37% | - |
| XYZ | 4.92 | 2.35 | 11.02 | - |
| YUV | 34.72 | 162.02 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 95 | 0.22 | 0.97 | 0 | 0.63 | 286.3 | 0.94 | 0.19 |
| Hex | 4A | 3 | 5F | 16 | 61 | 0 | 3F | 11E | 5E | 13 |
| Octal | 112 | 3 | 137 | 26 | 141 | 0 | 77 | 436 | 136 | 23 |
| Binary | 1001010 | 11 | 1011111 | 10110 | 1100001 | 0 | 111111 | 100011110 | 1011110 | 10011 |
Color Harmonies of #4A035F
Complementary color
Monochromatic Colors of #4A035F
Black with #4A035F
Text Example
Text Example
White with #4A035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A035F; }
p { color: rgb(74,3,95); }
H1.HeaderClassName
{
color: #4A035F;
}
.AnyTagClassName
{
color: #4A035F;
}
</style>
background-color css
<style>
a { background-color: #4A035F; }
a { background-color: rgb(74,3,95); }
div.DivClassName
{
background-color: #4A035F;
}
.BgClassName
{
background-color: #4A035F;
}
</style>
border-color css
<style>
span { border-color: #4A035F; }
span { border-color: rgb(74,3,95); }
td.TdClassName
{
border-color: #4A035F;
}
.TagClassName
{
border-color: #4A035F;
}
</style>