Shades of Indigo #4F0071
Tints of Indigo #4F0071
RGB
CMYK
RGB Variations
Color information
#4F0071 (or 0x4F0071) is known color: Indigo. HEX triplet: 4F, 00 and 71. RGB value is (79,0,113). Sum of RGB (Red+Green+Blue) = 79+0+113=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F0071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0071 is #B0FF8E. Grayscale: #242424. Windows color (decimal): -11599759 or 7405647. OLE color: 7405647.
HSL color Cylindrical-coordinate representation of color #4F0071: hue angle of 281.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0071 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 0 | 113 | - |
| CMYK | 0.30 | 1 | 0 | 0.56 |
| HSL | 281.95º | 1% | 0.22% | - |
| HSV(B) | 281.95º | 1% | 0.44% | - |
| XYZ | 6.21 | 2.85 | 15.85 | - |
| YUV | 36.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 113 | 0.30 | 1 | 0 | 0.56 | 281.95 | 1 | 0.22 |
| Hex | 4F | 0 | 71 | 1E | 64 | 0 | 38 | 11A | 64 | 16 |
| Octal | 117 | 0 | 161 | 36 | 144 | 0 | 70 | 432 | 144 | 26 |
| Binary | 1001111 | 0 | 1110001 | 11110 | 1100100 | 0 | 111000 | 100011010 | 1100100 | 10110 |
Color Harmonies of #4F0071
Complementary color
Monochromatic Colors of #4F0071
Black with #4F0071
Text Example
Text Example
White with #4F0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0071; }
p { color: rgb(79,0,113); }
H1.HeaderClassName
{
color: #4F0071;
}
.AnyTagClassName
{
color: #4F0071;
}
</style>
background-color css
<style>
a { background-color: #4F0071; }
a { background-color: rgb(79,0,113); }
div.DivClassName
{
background-color: #4F0071;
}
.BgClassName
{
background-color: #4F0071;
}
</style>
border-color css
<style>
span { border-color: #4F0071; }
span { border-color: rgb(79,0,113); }
td.TdClassName
{
border-color: #4F0071;
}
.TagClassName
{
border-color: #4F0071;
}
</style>