Html Css Color HEX #332552 Cherry Pie

📋 copy color: '#332552'

red 51 ◦ green 37 ◦ blue 82

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

Shades of Cherry Pie #332552

Tints of Cherry Pie #332552

RGB

 RED value IS 51 (20.31% from 255) = 30%

 GREEN value IS 37 (14.84% from 255) = 21.76%

 BLUE value IS 82 (32.42% from 255) = 48.24%

R = 30%
G = 21.76%
B = 48.24%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#332552 (or 0x332552) is known color: Cherry Pie. HEX triplet: 33, 25 and 52. RGB value is (51,37,82). Sum of RGB (Red+Green+Blue) = 51+37+82=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #332552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332552 is #CCDAAD. Grayscale: #2E2E2E. Windows color (decimal): -13425326 or 5383475. OLE color: 5383475.

HSL color Cylindrical-coordinate representation of color #332552: hue angle of 258.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #332552 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 37 82 -
CMYK 0.38 0.55 0 0.68
HSL 258.67º 0.38% 0.23% -
HSV(B) 258.67º 0.55% 0.32% -
XYZ 3.55 2.64 8.3 -
YUV 46.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 51 37 82 0.38 0.55 0 0.68 258.67 0.38 0.23
Hex 33 25 52 26 37 0 44 103 26 17
Octal 63 45 122 46 67 0 104 403 46 27
Binary 110011 100101 1010010 100110 110111 0 1000100 100000011 100110 10111

Color Harmonies of #332552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332552

Black with #332552

Text Example


Text Example

White with #332552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332552; }

 p { color: rgb(51,37,82); }

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

background-color css

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

 a { background-color: rgb(51,37,82); }

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

border-color css

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

 span { border-color: rgb(51,37,82); }

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