Shades of Indigo #4A158A
Tints of Indigo #4A158A
RGB
CMYK
RGB Variations
Color information
#4A158A (or 0x4A158A) is known color: Indigo. HEX triplet: 4A, 15 and 8A. RGB value is (74,21,138). Sum of RGB (Red+Green+Blue) = 74+21+138=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A158A is #B5EA75. Grayscale: #313131. Windows color (decimal): -11922038 or 9049418. OLE color: 9049418.
HSL color Cylindrical-coordinate representation of color #4A158A: hue angle of 267.18º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A158A is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 21 | 138 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.46 |
| HSL | 267.18º | 0.74% | 0.31% | - |
| HSV(B) | 267.18º | 0.85% | 0.54% | - |
| XYZ | 7.68 | 3.83 | 24.38 | - |
| YUV | 50.19 | 177.56 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 138 | 0.46 | 0.85 | 0 | 0.46 | 267.18 | 0.74 | 0.31 |
| Hex | 4A | 15 | 8A | 2E | 55 | 0 | 2E | 10B | 4A | 1F |
| Octal | 112 | 25 | 212 | 56 | 125 | 0 | 56 | 413 | 112 | 37 |
| Binary | 1001010 | 10101 | 10001010 | 101110 | 1010101 | 0 | 101110 | 100001011 | 1001010 | 11111 |
Color Harmonies of #4A158A
Complementary color
Monochromatic Colors of #4A158A
Black with #4A158A
Text Example
Text Example
White with #4A158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A158A; }
p { color: rgb(74,21,138); }
H1.HeaderClassName
{
color: #4A158A;
}
.AnyTagClassName
{
color: #4A158A;
}
</style>
background-color css
<style>
a { background-color: #4A158A; }
a { background-color: rgb(74,21,138); }
div.DivClassName
{
background-color: #4A158A;
}
.BgClassName
{
background-color: #4A158A;
}
</style>
border-color css
<style>
span { border-color: #4A158A; }
span { border-color: rgb(74,21,138); }
td.TdClassName
{
border-color: #4A158A;
}
.TagClassName
{
border-color: #4A158A;
}
</style>