Shades of Voodoo #4F1E40
Tints of Voodoo #4F1E40
RGB
CMYK
RGB Variations
Color information
#4F1E40 (or 0x4F1E40) is known color: Voodoo. HEX triplet: 4F, 1E and 40. RGB value is (79,30,64). Sum of RGB (Red+Green+Blue) = 79+30+64=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E40 is #B0E1BF. Grayscale: #303030. Windows color (decimal): -11592128 or 4202063. OLE color: 4202063.
HSL color Cylindrical-coordinate representation of color #4F1E40: hue angle of 318.37º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F1E40 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 30 | 64 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.69 |
| HSL | 318.37º | 0.45% | 0.21% | - |
| HSV(B) | 318.37º | 0.62% | 0.31% | - |
| XYZ | 4.61 | 2.96 | 5.18 | - |
| YUV | 48.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 64 | 0 | 0.62 | 0.19 | 0.69 | 318.37 | 0.45 | 0.21 |
| Hex | 4F | 1E | 40 | 0 | 3E | 13 | 45 | 13E | 2D | 15 |
| Octal | 117 | 36 | 100 | 0 | 76 | 23 | 105 | 476 | 55 | 25 |
| Binary | 1001111 | 11110 | 1000000 | 0 | 111110 | 10011 | 1000101 | 100111110 | 101101 | 10101 |
Color Harmonies of #4F1E40
Complementary color
Monochromatic Colors of #4F1E40
Black with #4F1E40
Text Example
Text Example
White with #4F1E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1E40; }
p { color: rgb(79,30,64); }
H1.HeaderClassName
{
color: #4F1E40;
}
.AnyTagClassName
{
color: #4F1E40;
}
</style>
background-color css
<style>
a { background-color: #4F1E40; }
a { background-color: rgb(79,30,64); }
div.DivClassName
{
background-color: #4F1E40;
}
.BgClassName
{
background-color: #4F1E40;
}
</style>
border-color css
<style>
span { border-color: #4F1E40; }
span { border-color: rgb(79,30,64); }
td.TdClassName
{
border-color: #4F1E40;
}
.TagClassName
{
border-color: #4F1E40;
}
</style>