#3E3155

Color #3E3155 Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #3E3155

Tints of Cherry Pie #3E3155

Color information

#3E3155 (or 0x3E3155) is unknown color: approx Cherry Pie. HEX triplet: 3E, 31 and 55. RGB value is (62,49,85). Sum of RGB (Red+Green+Blue) = 62+49+85=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E3155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3155 is #C1CEAA. Grayscale: #383838. Windows color (decimal): -12701355 or 5583166. OLE color: 5583166.

HSL color Cylindrical-coordinate representation of color #3E3155: hue angle of 261.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E3155 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB624985-
CMYK0.270.4200.67
HSL261.67º26.87%26.27%-
HSV(B)261.67º42.35%33.33%-
XYZ4.723.889.09-
YUV56.99143.81131.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.63%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=31.63%
G=25%
B=43.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6249850.270.4200.67261.6726.8726.27
Hex3E31551B2A0431061b1a
Octal7661125335201034063332
Binary111110110001101010111011101010010000111000001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,85); }

 H1.HeaderClassName
 {
   color: #3E3155;
 }
 .AnyTagClassName
 {
   color: #3E3155;
 }
</style>
background-color css

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

 a { background-color: rgb(62,49,85); }

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

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

 span { border-color: rgb(62,49,85); }

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