Html Css Color HEX #312369 Paris M

📋 copy color: '#312369'

red 49 ◦ green 35 ◦ blue 105

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

Shades of Paris M #312369

Tints of Paris M #312369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

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

R = 25.93%
G = 18.52%
B = 55.56%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#312369 (or 0x312369) is known color: Paris M. HEX triplet: 31, 23 and 69. RGB value is (49,35,105). Sum of RGB (Red+Green+Blue) = 49+35+105=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #312369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312369 is #CEDC96. Grayscale: #2E2E2E. Windows color (decimal): -13556887 or 6890289. OLE color: 6890289.

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

Color convert

RGB 49 35 105 -
CMYK 0.53 0.67 0 0.59
HSL 252º 0.5% 0.27% -
HSV(B) 252º 0.67% 0.41% -
XYZ 4.42 2.87 13.69 -
YUV 47.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 49 35 105 0.53 0.67 0 0.59 252 0.5 0.27
Hex 31 23 69 35 43 0 3B FC 32 1B
Octal 61 43 151 65 103 0 73 374 62 33
Binary 110001 100011 1101001 110101 1000011 0 111011 11111100 110010 11011

Color Harmonies of #312369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312369

Black with #312369

Text Example


Text Example

White with #312369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312369; }

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

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

background-color css

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

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

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

border-color css

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

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

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