Shades of Indigo #4A146E
Tints of Indigo #4A146E
RGB
CMYK
RGB Variations
Color information
#4A146E (or 0x4A146E) is known color: Indigo. HEX triplet: 4A, 14 and 6E. RGB value is (74,20,110). Sum of RGB (Red+Green+Blue) = 74+20+110=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A146E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A146E is #B5EB91. Grayscale: #2E2E2E. Windows color (decimal): -11922322 or 7214154. OLE color: 7214154.
HSL color Cylindrical-coordinate representation of color #4A146E: hue angle of 276º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A146E is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 20 | 110 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.57 |
| HSL | 276º | 0.69% | 0.25% | - |
| HSV(B) | 276º | 0.82% | 0.43% | - |
| XYZ | 5.89 | 3.08 | 15.04 | - |
| YUV | 46.41 | 163.89 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 20 | 110 | 0.33 | 0.82 | 0 | 0.57 | 276 | 0.69 | 0.25 |
| Hex | 4A | 14 | 6E | 21 | 52 | 0 | 39 | 114 | 45 | 19 |
| Octal | 112 | 24 | 156 | 41 | 122 | 0 | 71 | 424 | 105 | 31 |
| Binary | 1001010 | 10100 | 1101110 | 100001 | 1010010 | 0 | 111001 | 100010100 | 1000101 | 11001 |
Color Harmonies of #4A146E
Complementary color
Monochromatic Colors of #4A146E
Black with #4A146E
Text Example
Text Example
White with #4A146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A146E; }
p { color: rgb(74,20,110); }
H1.HeaderClassName
{
color: #4A146E;
}
.AnyTagClassName
{
color: #4A146E;
}
</style>
background-color css
<style>
a { background-color: #4A146E; }
a { background-color: rgb(74,20,110); }
div.DivClassName
{
background-color: #4A146E;
}
.BgClassName
{
background-color: #4A146E;
}
</style>
border-color css
<style>
span { border-color: #4A146E; }
span { border-color: rgb(74,20,110); }
td.TdClassName
{
border-color: #4A146E;
}
.TagClassName
{
border-color: #4A146E;
}
</style>