Shades of Indigo #4A1168
Tints of Indigo #4A1168
RGB
CMYK
RGB Variations
Color information
#4A1168 (or 0x4A1168) is known color: Indigo. HEX triplet: 4A, 11 and 68. RGB value is (74,17,104). Sum of RGB (Red+Green+Blue) = 74+17+104=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A1168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1168 is #B5EE97. Grayscale: #2B2B2B. Windows color (decimal): -11923096 or 6820170. OLE color: 6820170.
HSL color Cylindrical-coordinate representation of color #4A1168: hue angle of 279.31º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1168 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 17 | 104 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.59 |
| HSL | 279.31º | 0.72% | 0.24% | - |
| HSV(B) | 279.31º | 0.84% | 0.41% | - |
| XYZ | 5.52 | 2.86 | 13.36 | - |
| YUV | 43.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 104 | 0.29 | 0.84 | 0 | 0.59 | 279.31 | 0.72 | 0.24 |
| Hex | 4A | 11 | 68 | 1D | 54 | 0 | 3B | 117 | 48 | 18 |
| Octal | 112 | 21 | 150 | 35 | 124 | 0 | 73 | 427 | 110 | 30 |
| Binary | 1001010 | 10001 | 1101000 | 11101 | 1010100 | 0 | 111011 | 100010111 | 1001000 | 11000 |
Color Harmonies of #4A1168
Complementary color
Monochromatic Colors of #4A1168
Black with #4A1168
Text Example
Text Example
White with #4A1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1168; }
p { color: rgb(74,17,104); }
H1.HeaderClassName
{
color: #4A1168;
}
.AnyTagClassName
{
color: #4A1168;
}
</style>
background-color css
<style>
a { background-color: #4A1168; }
a { background-color: rgb(74,17,104); }
div.DivClassName
{
background-color: #4A1168;
}
.BgClassName
{
background-color: #4A1168;
}
</style>
border-color css
<style>
span { border-color: #4A1168; }
span { border-color: rgb(74,17,104); }
td.TdClassName
{
border-color: #4A1168;
}
.TagClassName
{
border-color: #4A1168;
}
</style>