Shades of Indigo #4F006D
Tints of Indigo #4F006D
RGB
CMYK
RGB Variations
Color information
#4F006D (or 0x4F006D) is known color: Indigo. HEX triplet: 4F, 00 and 6D. RGB value is (79,0,109). Sum of RGB (Red+Green+Blue) = 79+0+109=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F006D is #B0FF92. Grayscale: #232323. Windows color (decimal): -11599763 or 7143503. OLE color: 7143503.
HSL color Cylindrical-coordinate representation of color #4F006D: hue angle of 283.49º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F006D is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 0 | 109 | - |
| CMYK | 0.28 | 1 | 0 | 0.57 |
| HSL | 283.49º | 1% | 0.21% | - |
| HSV(B) | 283.49º | 1% | 0.43% | - |
| XYZ | 5.98 | 2.77 | 14.69 | - |
| YUV | 36.05 | 169.17 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 109 | 0.28 | 1 | 0 | 0.57 | 283.49 | 1 | 0.21 |
| Hex | 4F | 0 | 6D | 1C | 64 | 0 | 39 | 11B | 64 | 15 |
| Octal | 117 | 0 | 155 | 34 | 144 | 0 | 71 | 433 | 144 | 25 |
| Binary | 1001111 | 0 | 1101101 | 11100 | 1100100 | 0 | 111001 | 100011011 | 1100100 | 10101 |
Color Harmonies of #4F006D
Complementary color
Monochromatic Colors of #4F006D
Black with #4F006D
Text Example
Text Example
White with #4F006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F006D; }
p { color: rgb(79,0,109); }
H1.HeaderClassName
{
color: #4F006D;
}
.AnyTagClassName
{
color: #4F006D;
}
</style>
background-color css
<style>
a { background-color: #4F006D; }
a { background-color: rgb(79,0,109); }
div.DivClassName
{
background-color: #4F006D;
}
.BgClassName
{
background-color: #4F006D;
}
</style>
border-color css
<style>
span { border-color: #4F006D; }
span { border-color: rgb(79,0,109); }
td.TdClassName
{
border-color: #4F006D;
}
.TagClassName
{
border-color: #4F006D;
}
</style>