Shades of Indigo #4A0B6D
Tints of Indigo #4A0B6D
RGB
CMYK
RGB Variations
Color information
#4A0B6D (or 0x4A0B6D) is known color: Indigo. HEX triplet: 4A, 0B and 6D. RGB value is (74,11,109). Sum of RGB (Red+Green+Blue) = 74+11+109=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A0B6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0B6D is #B5F492. Grayscale: #282828. Windows color (decimal): -11924627 or 7146314. OLE color: 7146314.
HSL color Cylindrical-coordinate representation of color #4A0B6D: hue angle of 278.57º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A0B6D is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 11 | 109 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.57 |
| HSL | 278.57º | 0.82% | 0.24% | - |
| HSV(B) | 278.57º | 0.9% | 0.43% | - |
| XYZ | 5.7 | 2.8 | 14.71 | - |
| YUV | 41.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 11 | 109 | 0.32 | 0.90 | 0 | 0.57 | 278.57 | 0.82 | 0.24 |
| Hex | 4A | B | 6D | 20 | 5A | 0 | 39 | 117 | 52 | 18 |
| Octal | 112 | 13 | 155 | 40 | 132 | 0 | 71 | 427 | 122 | 30 |
| Binary | 1001010 | 1011 | 1101101 | 100000 | 1011010 | 0 | 111001 | 100010111 | 1010010 | 11000 |
Color Harmonies of #4A0B6D
Complementary color
Monochromatic Colors of #4A0B6D
Black with #4A0B6D
Text Example
Text Example
White with #4A0B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0B6D; }
p { color: rgb(74,11,109); }
H1.HeaderClassName
{
color: #4A0B6D;
}
.AnyTagClassName
{
color: #4A0B6D;
}
</style>
background-color css
<style>
a { background-color: #4A0B6D; }
a { background-color: rgb(74,11,109); }
div.DivClassName
{
background-color: #4A0B6D;
}
.BgClassName
{
background-color: #4A0B6D;
}
</style>
border-color css
<style>
span { border-color: #4A0B6D; }
span { border-color: rgb(74,11,109); }
td.TdClassName
{
border-color: #4A0B6D;
}
.TagClassName
{
border-color: #4A0B6D;
}
</style>