Shades of Indigo #4F156D
Tints of Indigo #4F156D
RGB
CMYK
RGB Variations
Color information
#4F156D (or 0x4F156D) is known color: Indigo. HEX triplet: 4F, 15 and 6D. RGB value is (79,21,109). Sum of RGB (Red+Green+Blue) = 79+21+109=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F156D is #B0EA92. Grayscale: #303030. Windows color (decimal): -11594387 or 7148879. OLE color: 7148879.
HSL color Cylindrical-coordinate representation of color #4F156D: hue angle of 279.55º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F156D is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 21 | 109 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.57 |
| HSL | 279.55º | 0.68% | 0.25% | - |
| HSV(B) | 279.55º | 0.81% | 0.43% | - |
| XYZ | 6.25 | 3.3 | 14.78 | - |
| YUV | 48.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 109 | 0.28 | 0.81 | 0 | 0.57 | 279.55 | 0.68 | 0.25 |
| Hex | 4F | 15 | 6D | 1C | 51 | 0 | 39 | 118 | 44 | 19 |
| Octal | 117 | 25 | 155 | 34 | 121 | 0 | 71 | 430 | 104 | 31 |
| Binary | 1001111 | 10101 | 1101101 | 11100 | 1010001 | 0 | 111001 | 100011000 | 1000100 | 11001 |
Color Harmonies of #4F156D
Complementary color
Monochromatic Colors of #4F156D
Black with #4F156D
Text Example
Text Example
White with #4F156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F156D; }
p { color: rgb(79,21,109); }
H1.HeaderClassName
{
color: #4F156D;
}
.AnyTagClassName
{
color: #4F156D;
}
</style>
background-color css
<style>
a { background-color: #4F156D; }
a { background-color: rgb(79,21,109); }
div.DivClassName
{
background-color: #4F156D;
}
.BgClassName
{
background-color: #4F156D;
}
</style>
border-color css
<style>
span { border-color: #4F156D; }
span { border-color: rgb(79,21,109); }
td.TdClassName
{
border-color: #4F156D;
}
.TagClassName
{
border-color: #4F156D;
}
</style>