Html Css Color HEX #312356 Cherry Pie

📋 copy color: '#312356'

red 49 ◦ green 35 ◦ blue 86

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

Shades of Cherry Pie #312356

Tints of Cherry Pie #312356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 50.59%

R = 28.82%
G = 20.59%
B = 50.59%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#312356 (or 0x312356) is known color: Cherry Pie. HEX triplet: 31, 23 and 56. RGB value is (49,35,86). Sum of RGB (Red+Green+Blue) = 49+35+86=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #312356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312356 is #CEDCA9. Grayscale: #2C2C2C. Windows color (decimal): -13556906 or 5645105. OLE color: 5645105.

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

Color convert

RGB 49 35 86 -
CMYK 0.43 0.59 0 0.66
HSL 256.47º 0.42% 0.24% -
HSV(B) 256.47º 0.59% 0.34% -
XYZ 3.55 2.53 9.1 -
YUV 45 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 49 35 86 0.43 0.59 0 0.66 256.47 0.42 0.24
Hex 31 23 56 2B 3B 0 42 100 2A 18
Octal 61 43 126 53 73 0 102 400 52 30
Binary 110001 100011 1010110 101011 111011 0 1000010 100000000 101010 11000

Color Harmonies of #312356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312356

Black with #312356

Text Example


Text Example

White with #312356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312356; }

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

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

background-color css

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

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

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

border-color css

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

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

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