Html Css Color HEX #312760 Paris M

📋 copy color: '#312760'

red 49 ◦ green 39 ◦ blue 96

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

Shades of Paris M #312760

Tints of Paris M #312760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.17%

R = 26.63%
G = 21.2%
B = 52.17%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#312760 (or 0x312760) is known color: Paris M. HEX triplet: 31, 27 and 60. RGB value is (49,39,96). Sum of RGB (Red+Green+Blue) = 49+39+96=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #312760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312760 is #CED89F. Grayscale: #303030. Windows color (decimal): -13555872 or 6301489. OLE color: 6301489.

HSL color Cylindrical-coordinate representation of color #312760: hue angle of 250.53º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #312760 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 39 96 -
CMYK 0.49 0.59 0 0.62
HSL 250.53º 0.42% 0.26% -
HSV(B) 250.53º 0.59% 0.38% -
XYZ 4.1 2.95 11.42 -
YUV 48.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 49 39 96 0.49 0.59 0 0.62 250.53 0.42 0.26
Hex 31 27 60 31 3B 0 3E FB 2A 1A
Octal 61 47 140 61 73 0 76 373 52 32
Binary 110001 100111 1100000 110001 111011 0 111110 11111011 101010 11010

Color Harmonies of #312760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312760

Black with #312760

Text Example


Text Example

White with #312760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312760; }

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

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

background-color css

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

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

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

border-color css

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

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

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