Html Css Color HEX #312651 Cherry Pie

📋 copy color: '#312651'

red 49 ◦ green 38 ◦ blue 81

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

Shades of Cherry Pie #312651

Tints of Cherry Pie #312651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.62%

 BLUE value IS 81 (32.03% from 255) = 48.21%

R = 29.17%
G = 22.62%
B = 48.21%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#312651 (or 0x312651) is known color: Cherry Pie. HEX triplet: 31, 26 and 51. RGB value is (49,38,81). Sum of RGB (Red+Green+Blue) = 49+38+81=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #312651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312651 is #CED9AE. Grayscale: #2E2E2E. Windows color (decimal): -13556143 or 5318193. OLE color: 5318193.

HSL color Cylindrical-coordinate representation of color #312651: hue angle of 255.35º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #312651 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 38 81 -
CMYK 0.40 0.53 0 0.68
HSL 255.35º 0.36% 0.23% -
HSV(B) 255.35º 0.53% 0.32% -
XYZ 3.44 2.63 8.11 -
YUV 46.19 147.64 130 -
System Red Green Blue C M Y K H S L
Decimal 49 38 81 0.40 0.53 0 0.68 255.35 0.36 0.23
Hex 31 26 51 28 35 0 44 FF 24 17
Octal 61 46 121 50 65 0 104 377 44 27
Binary 110001 100110 1010001 101000 110101 0 1000100 11111111 100100 10111

Color Harmonies of #312651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312651

Black with #312651

Text Example


Text Example

White with #312651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312651; }

 p { color: rgb(49,38,81); }

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

background-color css

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

 a { background-color: rgb(49,38,81); }

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

border-color css

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

 span { border-color: rgb(49,38,81); }

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