Shades of Cherry Pie #3A2A53
Tints of Cherry Pie #3A2A53
RGB
CMYK
RGB Variations
Color information
#3A2A53 (or 0x3A2A53) is known color: Cherry Pie. HEX triplet: 3A, 2A and 53. RGB value is (58,42,83). Sum of RGB (Red+Green+Blue) = 58+42+83=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A2A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A53 is #C5D5AC. Grayscale: #333333. Windows color (decimal): -12965293 or 5450298. OLE color: 5450298.
HSL color Cylindrical-coordinate representation of color #3A2A53: hue angle of 263.41º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A2A53 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 42 | 83 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.67 |
| HSL | 263.41º | 0.33% | 0.25% | - |
| HSV(B) | 263.41º | 0.49% | 0.33% | - |
| XYZ | 4.13 | 3.18 | 8.58 | - |
| YUV | 51.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 83 | 0.30 | 0.49 | 0 | 0.67 | 263.41 | 0.33 | 0.25 |
| Hex | 3A | 2A | 53 | 1E | 31 | 0 | 43 | 107 | 21 | 19 |
| Octal | 72 | 52 | 123 | 36 | 61 | 0 | 103 | 407 | 41 | 31 |
| Binary | 111010 | 101010 | 1010011 | 11110 | 110001 | 0 | 1000011 | 100000111 | 100001 | 11001 |
Color Harmonies of #3A2A53
Complementary color
Monochromatic Colors of #3A2A53
Black with #3A2A53
Text Example
Text Example
White with #3A2A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A53; }
p { color: rgb(58,42,83); }
H1.HeaderClassName
{
color: #3A2A53;
}
.AnyTagClassName
{
color: #3A2A53;
}
</style>
background-color css
<style>
a { background-color: #3A2A53; }
a { background-color: rgb(58,42,83); }
div.DivClassName
{
background-color: #3A2A53;
}
.BgClassName
{
background-color: #3A2A53;
}
</style>
border-color css
<style>
span { border-color: #3A2A53; }
span { border-color: rgb(58,42,83); }
td.TdClassName
{
border-color: #3A2A53;
}
.TagClassName
{
border-color: #3A2A53;
}
</style>