Html Css Color HEX #31294F Cherry Pie

📋 copy color: '#31294F'

red 49 ◦ green 41 ◦ blue 79

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

Shades of Cherry Pie #31294F

Tints of Cherry Pie #31294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.26%

 BLUE value IS 79 (31.25% from 255) = 46.75%

R = 28.99%
G = 24.26%
B = 46.75%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31294F (or 0x31294F) is known color: Cherry Pie. HEX triplet: 31, 29 and 4F. RGB value is (49,41,79). Sum of RGB (Red+Green+Blue) = 49+41+79=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #31294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31294F is #CED6B0. Grayscale: #2F2F2F. Windows color (decimal): -13555377 or 5187889. OLE color: 5187889.

HSL color Cylindrical-coordinate representation of color #31294F: hue angle of 252.63º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31294F is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 41 79 -
CMYK 0.38 0.48 0 0.69
HSL 252.63º 0.32% 0.24% -
HSV(B) 252.63º 0.48% 0.31% -
XYZ 3.47 2.8 7.76 -
YUV 47.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 49 41 79 0.38 0.48 0 0.69 252.63 0.32 0.24
Hex 31 29 4F 26 30 0 45 FD 20 18
Octal 61 51 117 46 60 0 105 375 40 30
Binary 110001 101001 1001111 100110 110000 0 1000101 11111101 100000 11000

Color Harmonies of #31294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31294F

Black with #31294F

Text Example


Text Example

White with #31294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31294F; }

 p { color: rgb(49,41,79); }

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

background-color css

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

 a { background-color: rgb(49,41,79); }

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

border-color css

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

 span { border-color: rgb(49,41,79); }

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