Shades of Indigo #4A055E
Tints of Indigo #4A055E
RGB
CMYK
RGB Variations
Color information
#4A055E (or 0x4A055E) is known color: Indigo. HEX triplet: 4A, 05 and 5E. RGB value is (74,5,94). Sum of RGB (Red+Green+Blue) = 74+5+94=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A055E is #B5FAA1. Grayscale: #232323. Windows color (decimal): -11926178 or 6161738. OLE color: 6161738.
HSL color Cylindrical-coordinate representation of color #4A055E: hue angle of 286.52º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A055E is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 5 | 94 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.63 |
| HSL | 286.52º | 0.9% | 0.19% | - |
| HSV(B) | 286.52º | 0.95% | 0.37% | - |
| XYZ | 4.9 | 2.37 | 10.79 | - |
| YUV | 35.78 | 160.86 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 94 | 0.21 | 0.95 | 0 | 0.63 | 286.52 | 0.9 | 0.19 |
| Hex | 4A | 5 | 5E | 15 | 5F | 0 | 3F | 11F | 5A | 13 |
| Octal | 112 | 5 | 136 | 25 | 137 | 0 | 77 | 437 | 132 | 23 |
| Binary | 1001010 | 101 | 1011110 | 10101 | 1011111 | 0 | 111111 | 100011111 | 1011010 | 10011 |
Color Harmonies of #4A055E
Complementary color
Monochromatic Colors of #4A055E
Black with #4A055E
Text Example
Text Example
White with #4A055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A055E; }
p { color: rgb(74,5,94); }
H1.HeaderClassName
{
color: #4A055E;
}
.AnyTagClassName
{
color: #4A055E;
}
</style>
background-color css
<style>
a { background-color: #4A055E; }
a { background-color: rgb(74,5,94); }
div.DivClassName
{
background-color: #4A055E;
}
.BgClassName
{
background-color: #4A055E;
}
</style>
border-color css
<style>
span { border-color: #4A055E; }
span { border-color: rgb(74,5,94); }
td.TdClassName
{
border-color: #4A055E;
}
.TagClassName
{
border-color: #4A055E;
}
</style>