Html Css Color HEX #312669 Paris M

📋 copy color: '#312669'

red 49 ◦ green 38 ◦ blue 105

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

Shades of Paris M #312669

Tints of Paris M #312669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.79%

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

R = 25.52%
G = 19.79%
B = 54.69%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#312669 (or 0x312669) is known color: Paris M. HEX triplet: 31, 26 and 69. RGB value is (49,38,105). Sum of RGB (Red+Green+Blue) = 49+38+105=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #312669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312669 is #CED996. Grayscale: #303030. Windows color (decimal): -13556119 or 6891057. OLE color: 6891057.

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

Color convert

RGB 49 38 105 -
CMYK 0.53 0.64 0 0.59
HSL 249.85º 0.47% 0.28% -
HSV(B) 249.85º 0.64% 0.41% -
XYZ 4.51 3.06 13.72 -
YUV 48.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 49 38 105 0.53 0.64 0 0.59 249.85 0.47 0.28
Hex 31 26 69 35 40 0 3B FA 2F 1C
Octal 61 46 151 65 100 0 73 372 57 34
Binary 110001 100110 1101001 110101 1000000 0 111011 11111010 101111 11100

Color Harmonies of #312669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312669

Black with #312669

Text Example


Text Example

White with #312669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312669; }

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

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

background-color css

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

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

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

border-color css

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

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

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