Html Css Color HEX #312676 Paris M

📋 copy color: '#312676'

red 49 ◦ green 38 ◦ blue 118

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

Shades of Paris M #312676

Tints of Paris M #312676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.56%

R = 23.9%
G = 18.54%
B = 57.56%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#312676 (or 0x312676) is known color: Paris M. HEX triplet: 31, 26 and 76. RGB value is (49,38,118). Sum of RGB (Red+Green+Blue) = 49+38+118=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #312676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312676 is #CED989. Grayscale: #323232. Windows color (decimal): -13556106 or 7743025. OLE color: 7743025.

HSL color Cylindrical-coordinate representation of color #312676: hue angle of 248.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #312676 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 38 118 -
CMYK 0.58 0.68 0 0.54
HSL 248.25º 0.51% 0.31% -
HSV(B) 248.25º 0.68% 0.46% -
XYZ 5.23 3.35 17.51 -
YUV 50.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 49 38 118 0.58 0.68 0 0.54 248.25 0.51 0.31
Hex 31 26 76 3A 44 0 36 F8 33 1F
Octal 61 46 166 72 104 0 66 370 63 37
Binary 110001 100110 1110110 111010 1000100 0 110110 11111000 110011 11111

Color Harmonies of #312676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312676

Black with #312676

Text Example


Text Example

White with #312676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312676; }

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

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

background-color css

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

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

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

border-color css

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

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

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