Html Css Color HEX #312765 Paris M

📋 copy color: '#312765'

red 49 ◦ green 39 ◦ blue 101

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

Shades of Paris M #312765

Tints of Paris M #312765

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.63%

 BLUE value IS 101 (39.84% from 255) = 53.44%

R = 25.93%
G = 20.63%
B = 53.44%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#312765 (or 0x312765) is known color: Paris M. HEX triplet: 31, 27 and 65. RGB value is (49,39,101). Sum of RGB (Red+Green+Blue) = 49+39+101=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #312765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312765 is #CED89A. Grayscale: #303030. Windows color (decimal): -13555867 or 6629169. OLE color: 6629169.

HSL color Cylindrical-coordinate representation of color #312765: hue angle of 249.68º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312765 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 39 101 -
CMYK 0.51 0.61 0 0.60
HSL 249.68º 0.44% 0.27% -
HSV(B) 249.68º 0.61% 0.4% -
XYZ 4.34 3.04 12.67 -
YUV 49.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 49 39 101 0.51 0.61 0 0.60 249.68 0.44 0.27
Hex 31 27 65 33 3D 0 3C FA 2C 1B
Octal 61 47 145 63 75 0 74 372 54 33
Binary 110001 100111 1100101 110011 111101 0 111100 11111010 101100 11011

Color Harmonies of #312765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312765

Black with #312765

Text Example


Text Example

White with #312765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312765; }

 p { color: rgb(49,39,101); }

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

background-color css

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

 a { background-color: rgb(49,39,101); }

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

border-color css

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

 span { border-color: rgb(49,39,101); }

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