Shades of Indigo #4A157D
Tints of Indigo #4A157D
RGB
CMYK
RGB Variations
Color information
#4A157D (or 0x4A157D) is known color: Indigo. HEX triplet: 4A, 15 and 7D. RGB value is (74,21,125). Sum of RGB (Red+Green+Blue) = 74+21+125=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A157D is #B5EA82. Grayscale: #303030. Windows color (decimal): -11922051 or 8197450. OLE color: 8197450.
HSL color Cylindrical-coordinate representation of color #4A157D: hue angle of 270.58º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A157D is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 21 | 125 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.51 |
| HSL | 270.58º | 0.71% | 0.29% | - |
| HSV(B) | 270.58º | 0.83% | 0.49% | - |
| XYZ | 6.79 | 3.47 | 19.71 | - |
| YUV | 48.7 | 171.06 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 125 | 0.41 | 0.83 | 0 | 0.51 | 270.58 | 0.71 | 0.29 |
| Hex | 4A | 15 | 7D | 29 | 53 | 0 | 33 | 10F | 47 | 1D |
| Octal | 112 | 25 | 175 | 51 | 123 | 0 | 63 | 417 | 107 | 35 |
| Binary | 1001010 | 10101 | 1111101 | 101001 | 1010011 | 0 | 110011 | 100001111 | 1000111 | 11101 |
Color Harmonies of #4A157D
Complementary color
Monochromatic Colors of #4A157D
Black with #4A157D
Text Example
Text Example
White with #4A157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A157D; }
p { color: rgb(74,21,125); }
H1.HeaderClassName
{
color: #4A157D;
}
.AnyTagClassName
{
color: #4A157D;
}
</style>
background-color css
<style>
a { background-color: #4A157D; }
a { background-color: rgb(74,21,125); }
div.DivClassName
{
background-color: #4A157D;
}
.BgClassName
{
background-color: #4A157D;
}
</style>
border-color css
<style>
span { border-color: #4A157D; }
span { border-color: rgb(74,21,125); }
td.TdClassName
{
border-color: #4A157D;
}
.TagClassName
{
border-color: #4A157D;
}
</style>