Html Css Color HEX #312962 Paris M

📋 copy color: '#312962'

red 49 ◦ green 41 ◦ blue 98

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

Shades of Paris M #312962

Tints of Paris M #312962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

 BLUE value IS 98 (38.67% from 255) = 52.13%

R = 26.06%
G = 21.81%
B = 52.13%

CMYK

 C value IS 0.5

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#312962 (or 0x312962) is known color: Paris M. HEX triplet: 31, 29 and 62. RGB value is (49,41,98). Sum of RGB (Red+Green+Blue) = 49+41+98=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #312962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312962 is #CED69D. Grayscale: #313131. Windows color (decimal): -13555358 or 6433073. OLE color: 6433073.

HSL color Cylindrical-coordinate representation of color #312962: hue angle of 248.42º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #312962 is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 41 98 -
CMYK 0.5 0.58 0 0.62
HSL 248.42º 0.41% 0.27% -
HSV(B) 248.42º 0.58% 0.38% -
XYZ 4.26 3.12 11.93 -
YUV 49.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 49 41 98 0.5 0.58 0 0.62 248.42 0.41 0.27
Hex 31 29 62 32 3A 0 3E F8 29 1B
Octal 61 51 142 62 72 0 76 370 51 33
Binary 110001 101001 1100010 110010 111010 0 111110 11111000 101001 11011

Color Harmonies of #312962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312962

Black with #312962

Text Example


Text Example

White with #312962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312962; }

 p { color: rgb(49,41,98); }

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

background-color css

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

 a { background-color: rgb(49,41,98); }

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

border-color css

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

 span { border-color: rgb(49,41,98); }

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