Shades of Indigo #4F0060
Tints of Indigo #4F0060
RGB
CMYK
RGB Variations
Color information
#4F0060 (or 0x4F0060) is known color: Indigo. HEX triplet: 4F, 00 and 60. RGB value is (79,0,96). Sum of RGB (Red+Green+Blue) = 79+0+96=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F0060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0060 is #B0FF9F. Grayscale: #222222. Windows color (decimal): -11599776 or 6291535. OLE color: 6291535.
HSL color Cylindrical-coordinate representation of color #4F0060: hue angle of 289.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0060 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 0 | 96 | - |
| CMYK | 0.18 | 1 | 0 | 0.62 |
| HSL | 289.38º | 1% | 0.19% | - |
| HSV(B) | 289.38º | 1% | 0.38% | - |
| XYZ | 5.34 | 2.51 | 11.27 | - |
| YUV | 34.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 96 | 0.18 | 1 | 0 | 0.62 | 289.38 | 1 | 0.19 |
| Hex | 4F | 0 | 60 | 12 | 64 | 0 | 3E | 121 | 64 | 13 |
| Octal | 117 | 0 | 140 | 22 | 144 | 0 | 76 | 441 | 144 | 23 |
| Binary | 1001111 | 0 | 1100000 | 10010 | 1100100 | 0 | 111110 | 100100001 | 1100100 | 10011 |
Color Harmonies of #4F0060
Complementary color
Monochromatic Colors of #4F0060
Black with #4F0060
Text Example
Text Example
White with #4F0060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0060; }
p { color: rgb(79,0,96); }
H1.HeaderClassName
{
color: #4F0060;
}
.AnyTagClassName
{
color: #4F0060;
}
</style>
background-color css
<style>
a { background-color: #4F0060; }
a { background-color: rgb(79,0,96); }
div.DivClassName
{
background-color: #4F0060;
}
.BgClassName
{
background-color: #4F0060;
}
</style>
border-color css
<style>
span { border-color: #4F0060; }
span { border-color: rgb(79,0,96); }
td.TdClassName
{
border-color: #4F0060;
}
.TagClassName
{
border-color: #4F0060;
}
</style>