Shades of Indigo #4F0C71
Tints of Indigo #4F0C71
RGB
CMYK
RGB Variations
Color information
#4F0C71 (or 0x4F0C71) is known color: Indigo. HEX triplet: 4F, 0C and 71. RGB value is (79,12,113). Sum of RGB (Red+Green+Blue) = 79+12+113=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F0C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0C71 is #B0F38E. Grayscale: #2B2B2B. Windows color (decimal): -11596687 or 7408719. OLE color: 7408719.
HSL color Cylindrical-coordinate representation of color #4F0C71: hue angle of 279.8º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F0C71 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 12 | 113 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.56 |
| HSL | 279.8º | 0.81% | 0.25% | - |
| HSV(B) | 279.8º | 0.89% | 0.44% | - |
| XYZ | 6.34 | 3.12 | 15.89 | - |
| YUV | 43.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 113 | 0.30 | 0.89 | 0 | 0.56 | 279.8 | 0.81 | 0.25 |
| Hex | 4F | C | 71 | 1E | 59 | 0 | 38 | 118 | 51 | 19 |
| Octal | 117 | 14 | 161 | 36 | 131 | 0 | 70 | 430 | 121 | 31 |
| Binary | 1001111 | 1100 | 1110001 | 11110 | 1011001 | 0 | 111000 | 100011000 | 1010001 | 11001 |
Color Harmonies of #4F0C71
Complementary color
Monochromatic Colors of #4F0C71
Black with #4F0C71
Text Example
Text Example
White with #4F0C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0C71; }
p { color: rgb(79,12,113); }
H1.HeaderClassName
{
color: #4F0C71;
}
.AnyTagClassName
{
color: #4F0C71;
}
</style>
background-color css
<style>
a { background-color: #4F0C71; }
a { background-color: rgb(79,12,113); }
div.DivClassName
{
background-color: #4F0C71;
}
.BgClassName
{
background-color: #4F0C71;
}
</style>
border-color css
<style>
span { border-color: #4F0C71; }
span { border-color: rgb(79,12,113); }
td.TdClassName
{
border-color: #4F0C71;
}
.TagClassName
{
border-color: #4F0C71;
}
</style>