Html Css Color HEX #312576 Paris M

📋 copy color: '#312576'

red 49 ◦ green 37 ◦ blue 118

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

Shades of Paris M #312576

Tints of Paris M #312576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

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

R = 24.02%
G = 18.14%
B = 57.84%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#312576 (or 0x312576) is known color: Paris M. HEX triplet: 31, 25 and 76. RGB value is (49,37,118). Sum of RGB (Red+Green+Blue) = 49+37+118=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #312576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312576 is #CEDA89. Grayscale: #313131. Windows color (decimal): -13556362 or 7742769. OLE color: 7742769.

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

Color convert

RGB 49 37 118 -
CMYK 0.58 0.69 0 0.54
HSL 248.89º 0.52% 0.3% -
HSV(B) 248.89º 0.69% 0.46% -
XYZ 5.2 3.28 17.5 -
YUV 49.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 49 37 118 0.58 0.69 0 0.54 248.89 0.52 0.3
Hex 31 25 76 3A 45 0 36 F9 34 1E
Octal 61 45 166 72 105 0 66 371 64 36
Binary 110001 100101 1110110 111010 1000101 0 110110 11111001 110100 11110

Color Harmonies of #312576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312576

Black with #312576

Text Example


Text Example

White with #312576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312576; }

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

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

background-color css

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

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

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

border-color css

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

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

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