#3A2A53

Color #3A2A53 Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #3A2A53

Tints of Cherry Pie #3A2A53

Color information

#3A2A53 (or 0x3A2A53) is unknown color: approx 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

RGB584283-
CMYK0.300.4900.67
HSL263.41º32.8%24.51%-
HSV(B)263.41º49.4%32.55%-
XYZ4.133.188.58-
YUV51.46145.8132.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 31.69%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=31.69%
G=22.95%
B=45.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5842830.300.4900.67263.4132.824.51
Hex3A2A531E310431072119
Octal7252123366101034074131
Binary1110101010101010011111101100010100001110000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>