Html Css Color HEX #32284F Cherry Pie

📋 copy color: '#32284F'

red 50 ◦ green 40 ◦ blue 79

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

Shades of Cherry Pie #32284F

Tints of Cherry Pie #32284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.67%

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

R = 29.59%
G = 23.67%
B = 46.75%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#32284F (or 0x32284F) is known color: Cherry Pie. HEX triplet: 32, 28 and 4F. RGB value is (50,40,79). Sum of RGB (Red+Green+Blue) = 50+40+79=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #32284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32284F is #CDD7B0. Grayscale: #2F2F2F. Windows color (decimal): -13490097 or 5187634. OLE color: 5187634.

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

Color convert

RGB 50 40 79 -
CMYK 0.37 0.49 0 0.69
HSL 255.38º 0.33% 0.23% -
HSV(B) 255.38º 0.49% 0.31% -
XYZ 3.49 2.76 7.75 -
YUV 47.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 50 40 79 0.37 0.49 0 0.69 255.38 0.33 0.23
Hex 32 28 4F 25 31 0 45 FF 21 17
Octal 62 50 117 45 61 0 105 377 41 27
Binary 110010 101000 1001111 100101 110001 0 1000101 11111111 100001 10111

Color Harmonies of #32284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32284F

Black with #32284F

Text Example


Text Example

White with #32284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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