Html Css Color HEX #312269 Paris M

📋 copy color: '#312269'

red 49 ◦ green 34 ◦ blue 105

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

Shades of Paris M #312269

Tints of Paris M #312269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.09%

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

R = 26.06%
G = 18.09%
B = 55.85%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#312269 (or 0x312269) is known color: Paris M. HEX triplet: 31, 22 and 69. RGB value is (49,34,105). Sum of RGB (Red+Green+Blue) = 49+34+105=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #312269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312269 is #CEDD96. Grayscale: #2E2E2E. Windows color (decimal): -13557143 or 6890033. OLE color: 6890033.

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

Color convert

RGB 49 34 105 -
CMYK 0.53 0.68 0 0.59
HSL 252.68º 0.51% 0.27% -
HSV(B) 252.68º 0.68% 0.41% -
XYZ 4.39 2.82 13.68 -
YUV 46.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 49 34 105 0.53 0.68 0 0.59 252.68 0.51 0.27
Hex 31 22 69 35 44 0 3B FD 33 1B
Octal 61 42 151 65 104 0 73 375 63 33
Binary 110001 100010 1101001 110101 1000100 0 111011 11111101 110011 11011

Color Harmonies of #312269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312269

Black with #312269

Text Example


Text Example

White with #312269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312269; }

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

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

background-color css

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

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

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

border-color css

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

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

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