Html Css Color HEX #312D59 Paris M

📋 copy color: '#312D59'

red 49 ◦ green 45 ◦ blue 89

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

Shades of Paris M #312D59

Tints of Paris M #312D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.59%

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

R = 26.78%
G = 24.59%
B = 48.63%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#312D59 (or 0x312D59) is known color: Paris M. HEX triplet: 31, 2D and 59. RGB value is (49,45,89). Sum of RGB (Red+Green+Blue) = 49+45+89=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #312D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D59 is #CED2A6. Grayscale: #333333. Windows color (decimal): -13554343 or 5844273. OLE color: 5844273.

HSL color Cylindrical-coordinate representation of color #312D59: hue angle of 245.45º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312D59 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 45 89 -
CMYK 0.45 0.49 0 0.65
HSL 245.45º 0.33% 0.26% -
HSV(B) 245.45º 0.49% 0.35% -
XYZ 4.01 3.25 9.87 -
YUV 51.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 49 45 89 0.45 0.49 0 0.65 245.45 0.33 0.26
Hex 31 2D 59 2D 31 0 41 F5 21 1A
Octal 61 55 131 55 61 0 101 365 41 32
Binary 110001 101101 1011001 101101 110001 0 1000001 11110101 100001 11010

Color Harmonies of #312D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312D59

Black with #312D59

Text Example


Text Example

White with #312D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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