Html Css Color HEX #312553 Cherry Pie

📋 copy color: '#312553'

red 49 ◦ green 37 ◦ blue 83

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

Shades of Cherry Pie #312553

Tints of Cherry Pie #312553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.89%

 BLUE value IS 83 (32.81% from 255) = 49.11%

R = 28.99%
G = 21.89%
B = 49.11%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#312553 (or 0x312553) is known color: Cherry Pie. HEX triplet: 31, 25 and 53. RGB value is (49,37,83). Sum of RGB (Red+Green+Blue) = 49+37+83=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #312553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312553 is #CEDAAC. Grayscale: #2D2D2D. Windows color (decimal): -13556397 or 5449009. OLE color: 5449009.

HSL color Cylindrical-coordinate representation of color #312553: hue angle of 255.65º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #312553 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 37 83 -
CMYK 0.41 0.55 0 0.67
HSL 255.65º 0.38% 0.24% -
HSV(B) 255.65º 0.55% 0.33% -
XYZ 3.49 2.6 8.5 -
YUV 45.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 49 37 83 0.41 0.55 0 0.67 255.65 0.38 0.24
Hex 31 25 53 29 37 0 43 100 26 18
Octal 61 45 123 51 67 0 103 400 46 30
Binary 110001 100101 1010011 101001 110111 0 1000011 100000000 100110 11000

Color Harmonies of #312553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312553

Black with #312553

Text Example


Text Example

White with #312553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312553; }

 p { color: rgb(49,37,83); }

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

background-color css

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

 a { background-color: rgb(49,37,83); }

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

border-color css

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

 span { border-color: rgb(49,37,83); }

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