Shades of Indigo #4A067E
Tints of Indigo #4A067E
RGB
CMYK
RGB Variations
Color information
#4A067E (or 0x4A067E) is known color: Indigo. HEX triplet: 4A, 06 and 7E. RGB value is (74,6,126). Sum of RGB (Red+Green+Blue) = 74+6+126=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 126 (49.61% from 255 or 61.17% from 206); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A067E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A067E is #B5F981. Grayscale: #272727. Windows color (decimal): -11925890 or 8259146. OLE color: 8259146.
HSL color Cylindrical-coordinate representation of color #4A067E: hue angle of 274º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A067E is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 6 | 126 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.51 |
| HSL | 274º | 0.91% | 0.26% | - |
| HSV(B) | 274º | 0.95% | 0.49% | - |
| XYZ | 6.66 | 3.09 | 19.98 | - |
| YUV | 40.01 | 176.53 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 126 | 0.41 | 0.95 | 0 | 0.51 | 274 | 0.91 | 0.26 |
| Hex | 4A | 6 | 7E | 29 | 5F | 0 | 33 | 112 | 5B | 1A |
| Octal | 112 | 6 | 176 | 51 | 137 | 0 | 63 | 422 | 133 | 32 |
| Binary | 1001010 | 110 | 1111110 | 101001 | 1011111 | 0 | 110011 | 100010010 | 1011011 | 11010 |
Color Harmonies of #4A067E
Complementary color
Monochromatic Colors of #4A067E
Black with #4A067E
Text Example
Text Example
White with #4A067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A067E; }
p { color: rgb(74,6,126); }
H1.HeaderClassName
{
color: #4A067E;
}
.AnyTagClassName
{
color: #4A067E;
}
</style>
background-color css
<style>
a { background-color: #4A067E; }
a { background-color: rgb(74,6,126); }
div.DivClassName
{
background-color: #4A067E;
}
.BgClassName
{
background-color: #4A067E;
}
</style>
border-color css
<style>
span { border-color: #4A067E; }
span { border-color: rgb(74,6,126); }
td.TdClassName
{
border-color: #4A067E;
}
.TagClassName
{
border-color: #4A067E;
}
</style>