Html Css Color HEX #312769 Paris M

📋 copy color: '#312769'

red 49 ◦ green 39 ◦ blue 105

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

Shades of Paris M #312769

Tints of Paris M #312769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.4%

R = 25.39%
G = 20.21%
B = 54.4%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#312769 (or 0x312769) is known color: Paris M. HEX triplet: 31, 27 and 69. RGB value is (49,39,105). Sum of RGB (Red+Green+Blue) = 49+39+105=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #312769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312769 is #CED896. Grayscale: #313131. Windows color (decimal): -13555863 or 6891313. OLE color: 6891313.

HSL color Cylindrical-coordinate representation of color #312769: hue angle of 249.09º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312769 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 39 105 -
CMYK 0.53 0.63 0 0.59
HSL 249.09º 0.46% 0.28% -
HSV(B) 249.09º 0.63% 0.41% -
XYZ 4.54 3.12 13.73 -
YUV 49.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 49 39 105 0.53 0.63 0 0.59 249.09 0.46 0.28
Hex 31 27 69 35 3F 0 3B F9 2E 1C
Octal 61 47 151 65 77 0 73 371 56 34
Binary 110001 100111 1101001 110101 111111 0 111011 11111001 101110 11100

Color Harmonies of #312769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312769

Black with #312769

Text Example


Text Example

White with #312769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312769; }

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

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

background-color css

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

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

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

border-color css

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

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

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