Html Css Color HEX #312970 Paris M

📋 copy color: '#312970'

red 49 ◦ green 41 ◦ blue 112

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

Shades of Paris M #312970

Tints of Paris M #312970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.45%

R = 24.26%
G = 20.3%
B = 55.45%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#312970 (or 0x312970) is known color: Paris M. HEX triplet: 31, 29 and 70. RGB value is (49,41,112). Sum of RGB (Red+Green+Blue) = 49+41+112=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #312970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312970 is #CED68F. Grayscale: #333333. Windows color (decimal): -13555344 or 7350577. OLE color: 7350577.

HSL color Cylindrical-coordinate representation of color #312970: hue angle of 246.76º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312970 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 41 112 -
CMYK 0.56 0.63 0 0.56
HSL 246.76º 0.46% 0.3% -
HSV(B) 246.76º 0.63% 0.44% -
XYZ 4.98 3.41 15.72 -
YUV 51.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 49 41 112 0.56 0.63 0 0.56 246.76 0.46 0.3
Hex 31 29 70 38 3F 0 38 F7 2E 1E
Octal 61 51 160 70 77 0 70 367 56 36
Binary 110001 101001 1110000 111000 111111 0 111000 11110111 101110 11110

Color Harmonies of #312970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312970

Black with #312970

Text Example


Text Example

White with #312970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312970; }

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

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

background-color css

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

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

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

border-color css

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

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

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