Html Css Color HEX #312659 Paris M

📋 copy color: '#312659'

red 49 ◦ green 38 ◦ blue 89

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

Shades of Paris M #312659

Tints of Paris M #312659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50.57%

R = 27.84%
G = 21.59%
B = 50.57%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#312659 (or 0x312659) is known color: Paris M. HEX triplet: 31, 26 and 59. RGB value is (49,38,89). Sum of RGB (Red+Green+Blue) = 49+38+89=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #312659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312659 is #CED9A6. Grayscale: #2E2E2E. Windows color (decimal): -13556135 or 5842481. OLE color: 5842481.

HSL color Cylindrical-coordinate representation of color #312659: hue angle of 252.94º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #312659 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 38 89 -
CMYK 0.45 0.57 0 0.65
HSL 252.94º 0.4% 0.25% -
HSV(B) 252.94º 0.57% 0.35% -
XYZ 3.76 2.76 9.79 -
YUV 47.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 49 38 89 0.45 0.57 0 0.65 252.94 0.4 0.25
Hex 31 26 59 2D 39 0 41 FD 28 19
Octal 61 46 131 55 71 0 101 375 50 31
Binary 110001 100110 1011001 101101 111001 0 1000001 11111101 101000 11001

Color Harmonies of #312659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312659

Black with #312659

Text Example


Text Example

White with #312659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312659; }

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

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

background-color css

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

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

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

border-color css

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

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

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