Html Css Color HEX #32294F Cherry Pie

📋 copy color: '#32294F'

red 50 ◦ green 41 ◦ blue 79

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

Shades of Cherry Pie #32294F

Tints of Cherry Pie #32294F

RGB

 RED value IS 50 (19.92% from 255) = 29.41%

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

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

R = 29.41%
G = 24.12%
B = 46.47%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#32294F (or 0x32294F) is known color: Cherry Pie. HEX triplet: 32, 29 and 4F. RGB value is (50,41,79). Sum of RGB (Red+Green+Blue) = 50+41+79=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 79 - color contains mainly: blue. Hex color #32294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32294F is #CDD6B0. Grayscale: #2F2F2F. Windows color (decimal): -13489841 or 5187890. OLE color: 5187890.

HSL color Cylindrical-coordinate representation of color #32294F: hue angle of 254.21º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32294F is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 41 79 -
CMYK 0.37 0.48 0 0.69
HSL 254.21º 0.32% 0.24% -
HSV(B) 254.21º 0.48% 0.31% -
XYZ 3.52 2.83 7.76 -
YUV 48.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 50 41 79 0.37 0.48 0 0.69 254.21 0.32 0.24
Hex 32 29 4F 25 30 0 45 FE 20 18
Octal 62 51 117 45 60 0 105 376 40 30
Binary 110010 101001 1001111 100101 110000 0 1000101 11111110 100000 11000

Color Harmonies of #32294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32294F

Black with #32294F

Text Example


Text Example

White with #32294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32294F; }

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

 H1.HeaderClassName
 {
   color: #32294F;
 }
 .AnyTagClassName
 {
   color: #32294F;
 }
</style>

background-color css

<style>
 a { background-color: #32294F; }

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

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

border-color css

<style>
 span { border-color: #32294F; }

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

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