Shades of Indigo #4F056A
Tints of Indigo #4F056A
RGB
CMYK
RGB Variations
Color information
#4F056A (or 0x4F056A) is known color: Indigo. HEX triplet: 4F, 05 and 6A. RGB value is (79,5,106). Sum of RGB (Red+Green+Blue) = 79+5+106=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 106 (41.80% from 255 or 55.79% from 190); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F056A is #B0FA95. Grayscale: #262626. Windows color (decimal): -11598486 or 6948175. OLE color: 6948175.
HSL color Cylindrical-coordinate representation of color #4F056A: hue angle of 283.96º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F056A is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 5 | 106 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.58 |
| HSL | 283.96º | 0.91% | 0.22% | - |
| HSV(B) | 283.96º | 0.95% | 0.42% | - |
| XYZ | 5.88 | 2.81 | 13.87 | - |
| YUV | 38.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 106 | 0.25 | 0.95 | 0 | 0.58 | 283.96 | 0.91 | 0.22 |
| Hex | 4F | 5 | 6A | 19 | 5F | 0 | 3A | 11C | 5B | 16 |
| Octal | 117 | 5 | 152 | 31 | 137 | 0 | 72 | 434 | 133 | 26 |
| Binary | 1001111 | 101 | 1101010 | 11001 | 1011111 | 0 | 111010 | 100011100 | 1011011 | 10110 |
Color Harmonies of #4F056A
Complementary color
Monochromatic Colors of #4F056A
Black with #4F056A
Text Example
Text Example
White with #4F056A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F056A; }
p { color: rgb(79,5,106); }
H1.HeaderClassName
{
color: #4F056A;
}
.AnyTagClassName
{
color: #4F056A;
}
</style>
background-color css
<style>
a { background-color: #4F056A; }
a { background-color: rgb(79,5,106); }
div.DivClassName
{
background-color: #4F056A;
}
.BgClassName
{
background-color: #4F056A;
}
</style>
border-color css
<style>
span { border-color: #4F056A; }
span { border-color: rgb(79,5,106); }
td.TdClassName
{
border-color: #4F056A;
}
.TagClassName
{
border-color: #4F056A;
}
</style>