Shades of Indigo #4A1082
Tints of Indigo #4A1082
RGB
CMYK
RGB Variations
Color information
#4A1082 (or 0x4A1082) is known color: Indigo. HEX triplet: 4A, 10 and 82. RGB value is (74,16,130). Sum of RGB (Red+Green+Blue) = 74+16+130=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A1082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1082 is #B5EF7D. Grayscale: #2D2D2D. Windows color (decimal): -11923326 or 8523850. OLE color: 8523850.
HSL color Cylindrical-coordinate representation of color #4A1082: hue angle of 270.53º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A1082 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 16 | 130 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.49 |
| HSL | 270.53º | 0.78% | 0.29% | - |
| HSV(B) | 270.53º | 0.88% | 0.51% | - |
| XYZ | 7.04 | 3.44 | 21.41 | - |
| YUV | 46.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 130 | 0.43 | 0.88 | 0 | 0.49 | 270.53 | 0.78 | 0.29 |
| Hex | 4A | 10 | 82 | 2B | 58 | 0 | 31 | 10F | 4E | 1D |
| Octal | 112 | 20 | 202 | 53 | 130 | 0 | 61 | 417 | 116 | 35 |
| Binary | 1001010 | 10000 | 10000010 | 101011 | 1011000 | 0 | 110001 | 100001111 | 1001110 | 11101 |
Color Harmonies of #4A1082
Complementary color
Monochromatic Colors of #4A1082
Black with #4A1082
Text Example
Text Example
White with #4A1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1082; }
p { color: rgb(74,16,130); }
H1.HeaderClassName
{
color: #4A1082;
}
.AnyTagClassName
{
color: #4A1082;
}
</style>
background-color css
<style>
a { background-color: #4A1082; }
a { background-color: rgb(74,16,130); }
div.DivClassName
{
background-color: #4A1082;
}
.BgClassName
{
background-color: #4A1082;
}
</style>
border-color css
<style>
span { border-color: #4A1082; }
span { border-color: rgb(74,16,130); }
td.TdClassName
{
border-color: #4A1082;
}
.TagClassName
{
border-color: #4A1082;
}
</style>