Shades of Indigo #4A067C
Tints of Indigo #4A067C
RGB
CMYK
RGB Variations
Color information
#4A067C (or 0x4A067C) is known color: Indigo. HEX triplet: 4A, 06 and 7C. RGB value is (74,6,124). Sum of RGB (Red+Green+Blue) = 74+6+124=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A067C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A067C is #B5F983. Grayscale: #272727. Windows color (decimal): -11925892 or 8128074. OLE color: 8128074.
HSL color Cylindrical-coordinate representation of color #4A067C: hue angle of 274.58º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A067C is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 6 | 124 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.51 |
| HSL | 274.58º | 0.91% | 0.25% | - |
| HSV(B) | 274.58º | 0.95% | 0.49% | - |
| XYZ | 6.53 | 3.04 | 19.31 | - |
| YUV | 39.78 | 175.53 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 124 | 0.40 | 0.95 | 0 | 0.51 | 274.58 | 0.91 | 0.25 |
| Hex | 4A | 6 | 7C | 28 | 5F | 0 | 33 | 113 | 5B | 19 |
| Octal | 112 | 6 | 174 | 50 | 137 | 0 | 63 | 423 | 133 | 31 |
| Binary | 1001010 | 110 | 1111100 | 101000 | 1011111 | 0 | 110011 | 100010011 | 1011011 | 11001 |
Color Harmonies of #4A067C
Complementary color
Monochromatic Colors of #4A067C
Black with #4A067C
Text Example
Text Example
White with #4A067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A067C; }
p { color: rgb(74,6,124); }
H1.HeaderClassName
{
color: #4A067C;
}
.AnyTagClassName
{
color: #4A067C;
}
</style>
background-color css
<style>
a { background-color: #4A067C; }
a { background-color: rgb(74,6,124); }
div.DivClassName
{
background-color: #4A067C;
}
.BgClassName
{
background-color: #4A067C;
}
</style>
border-color css
<style>
span { border-color: #4A067C; }
span { border-color: rgb(74,6,124); }
td.TdClassName
{
border-color: #4A067C;
}
.TagClassName
{
border-color: #4A067C;
}
</style>