Shades of Indigo #4F005E
Tints of Indigo #4F005E
RGB
CMYK
RGB Variations
Color information
#4F005E (or 0x4F005E) is known color: Indigo. HEX triplet: 4F, 00 and 5E. RGB value is (79,0,94). Sum of RGB (Red+Green+Blue) = 79+0+94=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #4F005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F005E is #B0FFA1. Grayscale: #222222. Windows color (decimal): -11599778 or 6160463. OLE color: 6160463.
HSL color Cylindrical-coordinate representation of color #4F005E: hue angle of 290.43º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F005E is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 79 | 0 | 94 | - |
| CMYK | 0.16 | 1 | 0 | 0.63 |
| HSL | 290.43º | 1% | 0.18% | - |
| HSV(B) | 290.43º | 1% | 0.37% | - |
| XYZ | 5.24 | 2.47 | 10.79 | - |
| YUV | 34.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 94 | 0.16 | 1 | 0 | 0.63 | 290.43 | 1 | 0.18 |
| Hex | 4F | 0 | 5E | 10 | 64 | 0 | 3F | 122 | 64 | 12 |
| Octal | 117 | 0 | 136 | 20 | 144 | 0 | 77 | 442 | 144 | 22 |
| Binary | 1001111 | 0 | 1011110 | 10000 | 1100100 | 0 | 111111 | 100100010 | 1100100 | 10010 |
Color Harmonies of #4F005E
Complementary color
Monochromatic Colors of #4F005E
Black with #4F005E
Text Example
Text Example
White with #4F005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F005E; }
p { color: rgb(79,0,94); }
H1.HeaderClassName
{
color: #4F005E;
}
.AnyTagClassName
{
color: #4F005E;
}
</style>
background-color css
<style>
a { background-color: #4F005E; }
a { background-color: rgb(79,0,94); }
div.DivClassName
{
background-color: #4F005E;
}
.BgClassName
{
background-color: #4F005E;
}
</style>
border-color css
<style>
span { border-color: #4F005E; }
span { border-color: rgb(79,0,94); }
td.TdClassName
{
border-color: #4F005E;
}
.TagClassName
{
border-color: #4F005E;
}
</style>