Html Css Color HEX #312653 Cherry Pie

📋 copy color: '#312653'

red 49 ◦ green 38 ◦ blue 83

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

Shades of Cherry Pie #312653

Tints of Cherry Pie #312653

RGB

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

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

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

R = 28.82%
G = 22.35%
B = 48.82%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#312653 (or 0x312653) is known color: Cherry Pie. HEX triplet: 31, 26 and 53. RGB value is (49,38,83). Sum of RGB (Red+Green+Blue) = 49+38+83=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #312653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312653 is #CED9AC. Grayscale: #2E2E2E. Windows color (decimal): -13556141 or 5449265. OLE color: 5449265.

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

Color convert

RGB 49 38 83 -
CMYK 0.41 0.54 0 0.67
HSL 254.67º 0.37% 0.24% -
HSV(B) 254.67º 0.54% 0.33% -
XYZ 3.52 2.66 8.51 -
YUV 46.42 148.64 129.84 -
System Red Green Blue C M Y K H S L
Decimal 49 38 83 0.41 0.54 0 0.67 254.67 0.37 0.24
Hex 31 26 53 29 36 0 43 FF 25 18
Octal 61 46 123 51 66 0 103 377 45 30
Binary 110001 100110 1010011 101001 110110 0 1000011 11111111 100101 11000

Color Harmonies of #312653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312653

Black with #312653

Text Example


Text Example

White with #312653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312653; }

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

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

background-color css

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

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

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

border-color css

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

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

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