Html Css Color HEX #3A2C59 Cherry Pie

📋 copy color: '#3A2C59'

red 58 ◦ green 44 ◦ blue 89

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

Shades of Cherry Pie #3A2C59

Tints of Cherry Pie #3A2C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.04%

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

R = 30.37%
G = 23.04%
B = 46.6%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A2C59 (or 0x3A2C59) is known color: Cherry Pie. HEX triplet: 3A, 2C and 59. RGB value is (58,44,89). Sum of RGB (Red+Green+Blue) = 58+44+89=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A2C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2C59 is #C5D3A6. Grayscale: #353535. Windows color (decimal): -12964775 or 5844026. OLE color: 5844026.

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

Color convert

RGB 58 44 89 -
CMYK 0.35 0.51 0 0.65
HSL 258.67º 0.34% 0.26% -
HSV(B) 258.67º 0.51% 0.35% -
XYZ 4.45 3.42 9.88 -
YUV 53.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 58 44 89 0.35 0.51 0 0.65 258.67 0.34 0.26
Hex 3A 2C 59 23 33 0 41 103 22 1A
Octal 72 54 131 43 63 0 101 403 42 32
Binary 111010 101100 1011001 100011 110011 0 1000001 100000011 100010 11010

Color Harmonies of #3A2C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2C59

Black with #3A2C59

Text Example


Text Example

White with #3A2C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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