Html Css Color HEX #312456 Cherry Pie

📋 copy color: '#312456'

red 49 ◦ green 36 ◦ blue 86

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

Shades of Cherry Pie #312456

Tints of Cherry Pie #312456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.05%

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

R = 28.65%
G = 21.05%
B = 50.29%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#312456 (or 0x312456) is known color: Cherry Pie. HEX triplet: 31, 24 and 56. RGB value is (49,36,86). Sum of RGB (Red+Green+Blue) = 49+36+86=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #312456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312456 is #CEDBA9. Grayscale: #2D2D2D. Windows color (decimal): -13556650 or 5645361. OLE color: 5645361.

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

Color convert

RGB 49 36 86 -
CMYK 0.43 0.58 0 0.66
HSL 255.6º 0.41% 0.24% -
HSV(B) 255.6º 0.58% 0.34% -
XYZ 3.58 2.59 9.11 -
YUV 45.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 49 36 86 0.43 0.58 0 0.66 255.6 0.41 0.24
Hex 31 24 56 2B 3A 0 42 100 29 18
Octal 61 44 126 53 72 0 102 400 51 30
Binary 110001 100100 1010110 101011 111010 0 1000010 100000000 101001 11000

Color Harmonies of #312456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312456

Black with #312456

Text Example


Text Example

White with #312456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312456; }

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

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

background-color css

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

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

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

border-color css

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

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

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