Shades of Cherry Pie #3E3154
Tints of Cherry Pie #3E3154
RGB
CMYK
RGB Variations
Color information
#3E3154 (or 0x3E3154) is known color: Cherry Pie. HEX triplet: 3E, 31 and 54. RGB value is (62,49,84). Sum of RGB (Red+Green+Blue) = 62+49+84=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E3154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3154 is #C1CEAB. Grayscale: #383838. Windows color (decimal): -12701356 or 5517630. OLE color: 5517630.
HSL color Cylindrical-coordinate representation of color #3E3154: hue angle of 262.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E3154 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 49 | 84 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.67 |
| HSL | 262.29º | 0.26% | 0.26% | - |
| HSV(B) | 262.29º | 0.42% | 0.33% | - |
| XYZ | 4.69 | 3.86 | 8.89 | - |
| YUV | 56.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 84 | 0.26 | 0.42 | 0 | 0.67 | 262.29 | 0.26 | 0.26 |
| Hex | 3E | 31 | 54 | 1A | 2A | 0 | 43 | 106 | 1A | 1A |
| Octal | 76 | 61 | 124 | 32 | 52 | 0 | 103 | 406 | 32 | 32 |
| Binary | 111110 | 110001 | 1010100 | 11010 | 101010 | 0 | 1000011 | 100000110 | 11010 | 11010 |
Color Harmonies of #3E3154
Complementary color
Monochromatic Colors of #3E3154
Black with #3E3154
Text Example
Text Example
White with #3E3154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3154; }
p { color: rgb(62,49,84); }
H1.HeaderClassName
{
color: #3E3154;
}
.AnyTagClassName
{
color: #3E3154;
}
</style>
background-color css
<style>
a { background-color: #3E3154; }
a { background-color: rgb(62,49,84); }
div.DivClassName
{
background-color: #3E3154;
}
.BgClassName
{
background-color: #3E3154;
}
</style>
border-color css
<style>
span { border-color: #3E3154; }
span { border-color: rgb(62,49,84); }
td.TdClassName
{
border-color: #3E3154;
}
.TagClassName
{
border-color: #3E3154;
}
</style>