Shades of Indigo #4A045D
Tints of Indigo #4A045D
RGB
CMYK
RGB Variations
Color information
#4A045D (or 0x4A045D) is known color: Indigo. HEX triplet: 4A, 04 and 5D. RGB value is (74,4,93). Sum of RGB (Red+Green+Blue) = 74+4+93=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A045D is #B5FBA2. Grayscale: #222222. Windows color (decimal): -11926435 or 6095946. OLE color: 6095946.
HSL color Cylindrical-coordinate representation of color #4A045D: hue angle of 287.19º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A045D is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 4 | 93 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.64 |
| HSL | 287.19º | 0.92% | 0.19% | - |
| HSV(B) | 287.19º | 0.96% | 0.36% | - |
| XYZ | 4.84 | 2.33 | 10.55 | - |
| YUV | 35.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 93 | 0.20 | 0.96 | 0 | 0.64 | 287.19 | 0.92 | 0.19 |
| Hex | 4A | 4 | 5D | 14 | 60 | 0 | 40 | 11F | 5C | 13 |
| Octal | 112 | 4 | 135 | 24 | 140 | 0 | 100 | 437 | 134 | 23 |
| Binary | 1001010 | 100 | 1011101 | 10100 | 1100000 | 0 | 1000000 | 100011111 | 1011100 | 10011 |
Color Harmonies of #4A045D
Complementary color
Monochromatic Colors of #4A045D
Black with #4A045D
Text Example
Text Example
White with #4A045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A045D; }
p { color: rgb(74,4,93); }
H1.HeaderClassName
{
color: #4A045D;
}
.AnyTagClassName
{
color: #4A045D;
}
</style>
background-color css
<style>
a { background-color: #4A045D; }
a { background-color: rgb(74,4,93); }
div.DivClassName
{
background-color: #4A045D;
}
.BgClassName
{
background-color: #4A045D;
}
</style>
border-color css
<style>
span { border-color: #4A045D; }
span { border-color: rgb(74,4,93); }
td.TdClassName
{
border-color: #4A045D;
}
.TagClassName
{
border-color: #4A045D;
}
</style>