Shades of Indigo #4A0B7D
Tints of Indigo #4A0B7D
RGB
CMYK
RGB Variations
Color information
#4A0B7D (or 0x4A0B7D) is known color: Indigo. HEX triplet: 4A, 0B and 7D. RGB value is (74,11,125). Sum of RGB (Red+Green+Blue) = 74+11+125=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A0B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0B7D is #B5F482. Grayscale: #2A2A2A. Windows color (decimal): -11924611 or 8194890. OLE color: 8194890.
HSL color Cylindrical-coordinate representation of color #4A0B7D: hue angle of 273.16º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A0B7D is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 11 | 125 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.51 |
| HSL | 273.16º | 0.84% | 0.27% | - |
| HSV(B) | 273.16º | 0.91% | 0.49% | - |
| XYZ | 6.65 | 3.18 | 19.66 | - |
| YUV | 42.83 | 174.37 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 11 | 125 | 0.41 | 0.91 | 0 | 0.51 | 273.16 | 0.84 | 0.27 |
| Hex | 4A | B | 7D | 29 | 5B | 0 | 33 | 111 | 54 | 1B |
| Octal | 112 | 13 | 175 | 51 | 133 | 0 | 63 | 421 | 124 | 33 |
| Binary | 1001010 | 1011 | 1111101 | 101001 | 1011011 | 0 | 110011 | 100010001 | 1010100 | 11011 |
Color Harmonies of #4A0B7D
Complementary color
Monochromatic Colors of #4A0B7D
Black with #4A0B7D
Text Example
Text Example
White with #4A0B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0B7D; }
p { color: rgb(74,11,125); }
H1.HeaderClassName
{
color: #4A0B7D;
}
.AnyTagClassName
{
color: #4A0B7D;
}
</style>
background-color css
<style>
a { background-color: #4A0B7D; }
a { background-color: rgb(74,11,125); }
div.DivClassName
{
background-color: #4A0B7D;
}
.BgClassName
{
background-color: #4A0B7D;
}
</style>
border-color css
<style>
span { border-color: #4A0B7D; }
span { border-color: rgb(74,11,125); }
td.TdClassName
{
border-color: #4A0B7D;
}
.TagClassName
{
border-color: #4A0B7D;
}
</style>