Shades of Indigo #4A0679
Tints of Indigo #4A0679
RGB
CMYK
RGB Variations
Color information
#4A0679 (or 0x4A0679) is known color: Indigo. HEX triplet: 4A, 06 and 79. RGB value is (74,6,121). Sum of RGB (Red+Green+Blue) = 74+6+121=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A0679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0679 is #B5F986. Grayscale: #272727. Windows color (decimal): -11925895 or 7931466. OLE color: 7931466.
HSL color Cylindrical-coordinate representation of color #4A0679: hue angle of 275.48º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0679 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 6 | 121 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.53 |
| HSL | 275.48º | 0.91% | 0.25% | - |
| HSV(B) | 275.48º | 0.95% | 0.47% | - |
| XYZ | 6.34 | 2.97 | 18.33 | - |
| YUV | 39.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 121 | 0.39 | 0.95 | 0 | 0.53 | 275.48 | 0.91 | 0.25 |
| Hex | 4A | 6 | 79 | 27 | 5F | 0 | 35 | 113 | 5B | 19 |
| Octal | 112 | 6 | 171 | 47 | 137 | 0 | 65 | 423 | 133 | 31 |
| Binary | 1001010 | 110 | 1111001 | 100111 | 1011111 | 0 | 110101 | 100010011 | 1011011 | 11001 |
Color Harmonies of #4A0679
Complementary color
Monochromatic Colors of #4A0679
Black with #4A0679
Text Example
Text Example
White with #4A0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0679; }
p { color: rgb(74,6,121); }
H1.HeaderClassName
{
color: #4A0679;
}
.AnyTagClassName
{
color: #4A0679;
}
</style>
background-color css
<style>
a { background-color: #4A0679; }
a { background-color: rgb(74,6,121); }
div.DivClassName
{
background-color: #4A0679;
}
.BgClassName
{
background-color: #4A0679;
}
</style>
border-color css
<style>
span { border-color: #4A0679; }
span { border-color: rgb(74,6,121); }
td.TdClassName
{
border-color: #4A0679;
}
.TagClassName
{
border-color: #4A0679;
}
</style>