Shades of Indigo #4A11A7
Tints of Indigo #4A11A7
RGB
CMYK
RGB Variations
Color information
#4A11A7 (or 0x4A11A7) is known color: Indigo. HEX triplet: 4A, 11 and A7. RGB value is (74,17,167). Sum of RGB (Red+Green+Blue) = 74+17+167=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 167 (65.62% from 255 or 64.73% from 258); Max value from RGB is 167 - color contains mainly: blue. Hex color #4A11A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A11A7 is #B5EE58. Grayscale: #323232. Windows color (decimal): -11923033 or 10948938. OLE color: 10948938.
HSL color Cylindrical-coordinate representation of color #4A11A7: hue angle of 262.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A11A7 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 17 | 167 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.35 |
| HSL | 262.8º | 0.82% | 0.36% | - |
| HSV(B) | 262.8º | 0.9% | 0.65% | - |
| XYZ | 10 | 4.65 | 36.93 | - |
| YUV | 51.14 | 193.38 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 167 | 0.56 | 0.90 | 0 | 0.35 | 262.8 | 0.82 | 0.36 |
| Hex | 4A | 11 | A7 | 38 | 5A | 0 | 23 | 107 | 52 | 24 |
| Octal | 112 | 21 | 247 | 70 | 132 | 0 | 43 | 407 | 122 | 44 |
| Binary | 1001010 | 10001 | 10100111 | 111000 | 1011010 | 0 | 100011 | 100000111 | 1010010 | 100100 |
Color Harmonies of #4A11A7
Complementary color
Monochromatic Colors of #4A11A7
Black with #4A11A7
Text Example
Text Example
White with #4A11A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A11A7; }
p { color: rgb(74,17,167); }
H1.HeaderClassName
{
color: #4A11A7;
}
.AnyTagClassName
{
color: #4A11A7;
}
</style>
background-color css
<style>
a { background-color: #4A11A7; }
a { background-color: rgb(74,17,167); }
div.DivClassName
{
background-color: #4A11A7;
}
.BgClassName
{
background-color: #4A11A7;
}
</style>
border-color css
<style>
span { border-color: #4A11A7; }
span { border-color: rgb(74,17,167); }
td.TdClassName
{
border-color: #4A11A7;
}
.TagClassName
{
border-color: #4A11A7;
}
</style>