Html Css Color HEX #3A324F Cherry Pie

📋 copy color: '#3A324F'

red 58 ◦ green 50 ◦ blue 79

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

Shades of Cherry Pie #3A324F

Tints of Cherry Pie #3A324F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 79 (31.25% from 255) = 42.25%

R = 31.02%
G = 26.74%
B = 42.25%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A324F (or 0x3A324F) is known color: Cherry Pie. HEX triplet: 3A, 32 and 4F. RGB value is (58,50,79). Sum of RGB (Red+Green+Blue) = 58+50+79=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A324F is #C5CDB0. Grayscale: #373737. Windows color (decimal): -12963249 or 5190202. OLE color: 5190202.

HSL color Cylindrical-coordinate representation of color #3A324F: hue angle of 256.55º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A324F is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 50 79 -
CMYK 0.27 0.37 0 0.69
HSL 256.55º 0.22% 0.25% -
HSV(B) 256.55º 0.37% 0.31% -
XYZ 4.3 3.75 7.89 -
YUV 55.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 58 50 79 0.27 0.37 0 0.69 256.55 0.22 0.25
Hex 3A 32 4F 1B 25 0 45 101 16 19
Octal 72 62 117 33 45 0 105 401 26 31
Binary 111010 110010 1001111 11011 100101 0 1000101 100000001 10110 11001

Color Harmonies of #3A324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A324F

Black with #3A324F

Text Example


Text Example

White with #3A324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,50,79); }

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

background-color css

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

 a { background-color: rgb(58,50,79); }

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

border-color css

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

 span { border-color: rgb(58,50,79); }

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