Shades of Indigo #4A139A
Tints of Indigo #4A139A
RGB
CMYK
RGB Variations
Color information
#4A139A (or 0x4A139A) is known color: Indigo. HEX triplet: 4A, 13 and 9A. RGB value is (74,19,154). Sum of RGB (Red+Green+Blue) = 74+19+154=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 154 (60.55% from 255 or 62.35% from 247); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A139A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A139A is #B5EC65. Grayscale: #323232. Windows color (decimal): -11922534 or 10097482. OLE color: 10097482.
HSL color Cylindrical-coordinate representation of color #4A139A: hue angle of 264.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A139A is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 19 | 154 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.40 |
| HSL | 264.44º | 0.78% | 0.34% | - |
| HSV(B) | 264.44º | 0.88% | 0.6% | - |
| XYZ | 8.89 | 4.25 | 30.92 | - |
| YUV | 50.84 | 186.22 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 154 | 0.52 | 0.88 | 0 | 0.40 | 264.44 | 0.78 | 0.34 |
| Hex | 4A | 13 | 9A | 34 | 58 | 0 | 28 | 108 | 4E | 22 |
| Octal | 112 | 23 | 232 | 64 | 130 | 0 | 50 | 410 | 116 | 42 |
| Binary | 1001010 | 10011 | 10011010 | 110100 | 1011000 | 0 | 101000 | 100001000 | 1001110 | 100010 |
Color Harmonies of #4A139A
Complementary color
Monochromatic Colors of #4A139A
Black with #4A139A
Text Example
Text Example
White with #4A139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A139A; }
p { color: rgb(74,19,154); }
H1.HeaderClassName
{
color: #4A139A;
}
.AnyTagClassName
{
color: #4A139A;
}
</style>
background-color css
<style>
a { background-color: #4A139A; }
a { background-color: rgb(74,19,154); }
div.DivClassName
{
background-color: #4A139A;
}
.BgClassName
{
background-color: #4A139A;
}
</style>
border-color css
<style>
span { border-color: #4A139A; }
span { border-color: rgb(74,19,154); }
td.TdClassName
{
border-color: #4A139A;
}
.TagClassName
{
border-color: #4A139A;
}
</style>