Html Css Color HEX #3A2959 Cherry Pie

📋 copy color: '#3A2959'

red 58 ◦ green 41 ◦ blue 89

#3A2959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherry Pie #3A2959

Tints of Cherry Pie #3A2959

RGB

 RED value IS 58 (23.05% from 255) = 30.85%

 GREEN value IS 41 (16.41% from 255) = 21.81%

 BLUE value IS 89 (35.16% from 255) = 47.34%

R = 30.85%
G = 21.81%
B = 47.34%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A2959 (or 0x3A2959) is known color: Cherry Pie. HEX triplet: 3A, 29 and 59. RGB value is (58,41,89). Sum of RGB (Red+Green+Blue) = 58+41+89=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A2959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2959 is #C5D6A6. Grayscale: #333333. Windows color (decimal): -12965543 or 5843258. OLE color: 5843258.

HSL color Cylindrical-coordinate representation of color #3A2959: hue angle of 261.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A2959 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 41 89 -
CMYK 0.35 0.54 0 0.65
HSL 261.25º 0.37% 0.25% -
HSV(B) 261.25º 0.54% 0.35% -
XYZ 4.34 3.21 9.84 -
YUV 51.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 58 41 89 0.35 0.54 0 0.65 261.25 0.37 0.25
Hex 3A 29 59 23 36 0 41 105 25 19
Octal 72 51 131 43 66 0 101 405 45 31
Binary 111010 101001 1011001 100011 110110 0 1000001 100000101 100101 11001

Color Harmonies of #3A2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2959

Black with #3A2959

Text Example


Text Example

White with #3A2959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A2959; }

 p { color: rgb(58,41,89); }

 H1.HeaderClassName
 {
   color: #3A2959;
 }
 .AnyTagClassName
 {
   color: #3A2959;
 }
</style>

background-color css

<style>
 a { background-color: #3A2959; }

 a { background-color: rgb(58,41,89); }

 div.DivClassName
 {
   background-color: #3A2959;
 }
 .BgClassName
 {
   background-color: #3A2959;
 }
</style>

border-color css

<style>
 span { border-color: #3A2959; }

 span { border-color: rgb(58,41,89); }

 td.TdClassName
 {
   border-color: #3A2959;
 }
 .TagClassName
 {
   border-color: #3A2959;
 }
</style>