Shades of Cherry Pie #3A2D4F
Tints of Cherry Pie #3A2D4F
RGB
CMYK
RGB Variations
Color information
#3A2D4F (or 0x3A2D4F) is known color: Cherry Pie. HEX triplet: 3A, 2D and 4F. RGB value is (58,45,79). Sum of RGB (Red+Green+Blue) = 58+45+79=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A2D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2D4F is #C5D2B0. Grayscale: #343434. Windows color (decimal): -12964529 or 5188922. OLE color: 5188922.
HSL color Cylindrical-coordinate representation of color #3A2D4F: hue angle of 262.94º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A2D4F is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 45 | 79 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.69 |
| HSL | 262.94º | 0.27% | 0.24% | - |
| HSV(B) | 262.94º | 0.43% | 0.31% | - |
| XYZ | 4.09 | 3.34 | 7.83 | - |
| YUV | 52.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 45 | 79 | 0.27 | 0.43 | 0 | 0.69 | 262.94 | 0.27 | 0.24 |
| Hex | 3A | 2D | 4F | 1B | 2B | 0 | 45 | 107 | 1B | 18 |
| Octal | 72 | 55 | 117 | 33 | 53 | 0 | 105 | 407 | 33 | 30 |
| Binary | 111010 | 101101 | 1001111 | 11011 | 101011 | 0 | 1000101 | 100000111 | 11011 | 11000 |
Color Harmonies of #3A2D4F
Complementary color
Monochromatic Colors of #3A2D4F
Black with #3A2D4F
Text Example
Text Example
White with #3A2D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2D4F; }
p { color: rgb(58,45,79); }
H1.HeaderClassName
{
color: #3A2D4F;
}
.AnyTagClassName
{
color: #3A2D4F;
}
</style>
background-color css
<style>
a { background-color: #3A2D4F; }
a { background-color: rgb(58,45,79); }
div.DivClassName
{
background-color: #3A2D4F;
}
.BgClassName
{
background-color: #3A2D4F;
}
</style>
border-color css
<style>
span { border-color: #3A2D4F; }
span { border-color: rgb(58,45,79); }
td.TdClassName
{
border-color: #3A2D4F;
}
.TagClassName
{
border-color: #3A2D4F;
}
</style>