Html Css Color HEX #3E3155 Cherry Pie

📋 copy color: '#3E3155'

red 62 ◦ green 49 ◦ blue 85

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

Shades of Cherry Pie #3E3155

Tints of Cherry Pie #3E3155

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 value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3E3155 (or 0x3E3155) is known color: 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

RGB 62 49 85 -
CMYK 0.27 0.42 0 0.67
HSL 261.67º 0.27% 0.26% -
HSV(B) 261.67º 0.42% 0.33% -
XYZ 4.72 3.88 9.09 -
YUV 56.99 143.81 131.57 -
System Red Green Blue C M Y K H S L
Decimal 62 49 85 0.27 0.42 0 0.67 261.67 0.27 0.26
Hex 3E 31 55 1B 2A 0 43 106 1B 1A
Octal 76 61 125 33 52 0 103 406 33 32
Binary 111110 110001 1010101 11011 101010 0 1000011 100000110 11011 11010

Color Harmonies of #3E3155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3155

Black with #3E3155

Text Example


Text Example

White with #3E3155

Text Example


Text Example

HTML Codes & Css Web 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>