Html Css Color HEX #312355 Cherry Pie

📋 copy color: '#312355'

red 49 ◦ green 35 ◦ blue 85

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

Shades of Cherry Pie #312355

Tints of Cherry Pie #312355

RGB

 RED value IS 49 (19.53% from 255) = 28.99%

 GREEN value IS 35 (14.06% from 255) = 20.71%

 BLUE value IS 85 (33.59% from 255) = 50.3%

R = 28.99%
G = 20.71%
B = 50.3%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#312355 (or 0x312355) is known color: Cherry Pie. HEX triplet: 31, 23 and 55. RGB value is (49,35,85). Sum of RGB (Red+Green+Blue) = 49+35+85=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #312355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312355 is #CEDCAA. Grayscale: #2C2C2C. Windows color (decimal): -13556907 or 5579569. OLE color: 5579569.

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

Color convert

RGB 49 35 85 -
CMYK 0.42 0.59 0 0.67
HSL 256.8º 0.42% 0.24% -
HSV(B) 256.8º 0.59% 0.33% -
XYZ 3.51 2.51 8.89 -
YUV 44.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 49 35 85 0.42 0.59 0 0.67 256.8 0.42 0.24
Hex 31 23 55 2A 3B 0 43 101 2A 18
Octal 61 43 125 52 73 0 103 401 52 30
Binary 110001 100011 1010101 101010 111011 0 1000011 100000001 101010 11000

Color Harmonies of #312355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312355

Black with #312355

Text Example


Text Example

White with #312355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312355; }

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

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

background-color css

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

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

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

border-color css

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

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

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