Shades of Indigo #4A0D8C
Tints of Indigo #4A0D8C
RGB
CMYK
RGB Variations
Color information
#4A0D8C (or 0x4A0D8C) is known color: Indigo. HEX triplet: 4A, 0D and 8C. RGB value is (74,13,140). Sum of RGB (Red+Green+Blue) = 74+13+140=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A0D8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0D8C is #B5F273. Grayscale: #2D2D2D. Windows color (decimal): -11924084 or 9178442. OLE color: 9178442.
HSL color Cylindrical-coordinate representation of color #4A0D8C: hue angle of 268.82º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A0D8C is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 13 | 140 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.45 |
| HSL | 268.82º | 0.83% | 0.3% | - |
| HSV(B) | 268.82º | 0.91% | 0.55% | - |
| XYZ | 7.7 | 3.64 | 25.11 | - |
| YUV | 45.72 | 181.21 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 13 | 140 | 0.47 | 0.91 | 0 | 0.45 | 268.82 | 0.83 | 0.3 |
| Hex | 4A | D | 8C | 2F | 5B | 0 | 2D | 10D | 53 | 1E |
| Octal | 112 | 15 | 214 | 57 | 133 | 0 | 55 | 415 | 123 | 36 |
| Binary | 1001010 | 1101 | 10001100 | 101111 | 1011011 | 0 | 101101 | 100001101 | 1010011 | 11110 |
Color Harmonies of #4A0D8C
Complementary color
Monochromatic Colors of #4A0D8C
Black with #4A0D8C
Text Example
Text Example
White with #4A0D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0D8C; }
p { color: rgb(74,13,140); }
H1.HeaderClassName
{
color: #4A0D8C;
}
.AnyTagClassName
{
color: #4A0D8C;
}
</style>
background-color css
<style>
a { background-color: #4A0D8C; }
a { background-color: rgb(74,13,140); }
div.DivClassName
{
background-color: #4A0D8C;
}
.BgClassName
{
background-color: #4A0D8C;
}
</style>
border-color css
<style>
span { border-color: #4A0D8C; }
span { border-color: rgb(74,13,140); }
td.TdClassName
{
border-color: #4A0D8C;
}
.TagClassName
{
border-color: #4A0D8C;
}
</style>