Shades of Indigo #4A1094
Tints of Indigo #4A1094
RGB
CMYK
RGB Variations
Color information
#4A1094 (or 0x4A1094) is known color: Indigo. HEX triplet: 4A, 10 and 94. RGB value is (74,16,148). Sum of RGB (Red+Green+Blue) = 74+16+148=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A1094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1094 is #B5EF6B. Grayscale: #2F2F2F. Windows color (decimal): -11923308 or 9703498. OLE color: 9703498.
HSL color Cylindrical-coordinate representation of color #4A1094: hue angle of 266.36º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A1094 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 16 | 148 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.42 |
| HSL | 266.36º | 0.8% | 0.32% | - |
| HSV(B) | 266.36º | 0.89% | 0.58% | - |
| XYZ | 8.35 | 3.96 | 28.34 | - |
| YUV | 48.39 | 184.22 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 148 | 0.50 | 0.89 | 0 | 0.42 | 266.36 | 0.8 | 0.32 |
| Hex | 4A | 10 | 94 | 32 | 59 | 0 | 2A | 10A | 50 | 20 |
| Octal | 112 | 20 | 224 | 62 | 131 | 0 | 52 | 412 | 120 | 40 |
| Binary | 1001010 | 10000 | 10010100 | 110010 | 1011001 | 0 | 101010 | 100001010 | 1010000 | 100000 |
Color Harmonies of #4A1094
Complementary color
Monochromatic Colors of #4A1094
Black with #4A1094
Text Example
Text Example
White with #4A1094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1094; }
p { color: rgb(74,16,148); }
H1.HeaderClassName
{
color: #4A1094;
}
.AnyTagClassName
{
color: #4A1094;
}
</style>
background-color css
<style>
a { background-color: #4A1094; }
a { background-color: rgb(74,16,148); }
div.DivClassName
{
background-color: #4A1094;
}
.BgClassName
{
background-color: #4A1094;
}
</style>
border-color css
<style>
span { border-color: #4A1094; }
span { border-color: rgb(74,16,148); }
td.TdClassName
{
border-color: #4A1094;
}
.TagClassName
{
border-color: #4A1094;
}
</style>