Shades of Indigo #4F076D
Tints of Indigo #4F076D
RGB
CMYK
RGB Variations
Color information
#4F076D (or 0x4F076D) is known color: Indigo. HEX triplet: 4F, 07 and 6D. RGB value is (79,7,109). Sum of RGB (Red+Green+Blue) = 79+7+109=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F076D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F076D is #B0F892. Grayscale: #272727. Windows color (decimal): -11597971 or 7145295. OLE color: 7145295.
HSL color Cylindrical-coordinate representation of color #4F076D: hue angle of 282.35º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F076D is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 7 | 109 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.57 |
| HSL | 282.35º | 0.88% | 0.23% | - |
| HSV(B) | 282.35º | 0.94% | 0.43% | - |
| XYZ | 6.06 | 2.92 | 14.71 | - |
| YUV | 40.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 109 | 0.28 | 0.94 | 0 | 0.57 | 282.35 | 0.88 | 0.23 |
| Hex | 4F | 7 | 6D | 1C | 5E | 0 | 39 | 11A | 58 | 17 |
| Octal | 117 | 7 | 155 | 34 | 136 | 0 | 71 | 432 | 130 | 27 |
| Binary | 1001111 | 111 | 1101101 | 11100 | 1011110 | 0 | 111001 | 100011010 | 1011000 | 10111 |
Color Harmonies of #4F076D
Complementary color
Monochromatic Colors of #4F076D
Black with #4F076D
Text Example
Text Example
White with #4F076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F076D; }
p { color: rgb(79,7,109); }
H1.HeaderClassName
{
color: #4F076D;
}
.AnyTagClassName
{
color: #4F076D;
}
</style>
background-color css
<style>
a { background-color: #4F076D; }
a { background-color: rgb(79,7,109); }
div.DivClassName
{
background-color: #4F076D;
}
.BgClassName
{
background-color: #4F076D;
}
</style>
border-color css
<style>
span { border-color: #4F076D; }
span { border-color: rgb(79,7,109); }
td.TdClassName
{
border-color: #4F076D;
}
.TagClassName
{
border-color: #4F076D;
}
</style>