Html Css Color HEX #31294E Cherry Pie

📋 copy color: '#31294E'

red 49 ◦ green 41 ◦ blue 78

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

Shades of Cherry Pie #31294E

Tints of Cherry Pie #31294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.43%

R = 29.17%
G = 24.4%
B = 46.43%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31294E (or 0x31294E) is known color: Cherry Pie. HEX triplet: 31, 29 and 4E. RGB value is (49,41,78). Sum of RGB (Red+Green+Blue) = 49+41+78=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #31294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31294E is #CED6B1. Grayscale: #2F2F2F. Windows color (decimal): -13555378 or 5122353. OLE color: 5122353.

HSL color Cylindrical-coordinate representation of color #31294E: hue angle of 252.97º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31294E is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 41 78 -
CMYK 0.37 0.47 0 0.69
HSL 252.97º 0.31% 0.23% -
HSV(B) 252.97º 0.47% 0.31% -
XYZ 3.43 2.79 7.57 -
YUV 47.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 49 41 78 0.37 0.47 0 0.69 252.97 0.31 0.23
Hex 31 29 4E 25 2F 0 45 FD 1F 17
Octal 61 51 116 45 57 0 105 375 37 27
Binary 110001 101001 1001110 100101 101111 0 1000101 11111101 11111 10111

Color Harmonies of #31294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31294E

Black with #31294E

Text Example


Text Example

White with #31294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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