Shades of Indigo #4F066A
Tints of Indigo #4F066A
RGB
CMYK
RGB Variations
Color information
#4F066A (or 0x4F066A) is known color: Indigo. HEX triplet: 4F, 06 and 6A. RGB value is (79,6,106). Sum of RGB (Red+Green+Blue) = 79+6+106=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F066A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F066A is #B0F995. Grayscale: #262626. Windows color (decimal): -11598230 or 6948431. OLE color: 6948431.
HSL color Cylindrical-coordinate representation of color #4F066A: hue angle of 283.8º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F066A is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 6 | 106 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.58 |
| HSL | 283.8º | 0.89% | 0.22% | - |
| HSV(B) | 283.8º | 0.94% | 0.42% | - |
| XYZ | 5.89 | 2.83 | 13.87 | - |
| YUV | 39.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 6 | 106 | 0.25 | 0.94 | 0 | 0.58 | 283.8 | 0.89 | 0.22 |
| Hex | 4F | 6 | 6A | 19 | 5E | 0 | 3A | 11C | 59 | 16 |
| Octal | 117 | 6 | 152 | 31 | 136 | 0 | 72 | 434 | 131 | 26 |
| Binary | 1001111 | 110 | 1101010 | 11001 | 1011110 | 0 | 111010 | 100011100 | 1011001 | 10110 |
Color Harmonies of #4F066A
Complementary color
Monochromatic Colors of #4F066A
Black with #4F066A
Text Example
Text Example
White with #4F066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F066A; }
p { color: rgb(79,6,106); }
H1.HeaderClassName
{
color: #4F066A;
}
.AnyTagClassName
{
color: #4F066A;
}
</style>
background-color css
<style>
a { background-color: #4F066A; }
a { background-color: rgb(79,6,106); }
div.DivClassName
{
background-color: #4F066A;
}
.BgClassName
{
background-color: #4F066A;
}
</style>
border-color css
<style>
span { border-color: #4F066A; }
span { border-color: rgb(79,6,106); }
td.TdClassName
{
border-color: #4F066A;
}
.TagClassName
{
border-color: #4F066A;
}
</style>