Html Css Color HEX #312758 Paris M

📋 copy color: '#312758'

red 49 ◦ green 39 ◦ blue 88

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

Shades of Paris M #312758

Tints of Paris M #312758

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

 BLUE value IS 88 (34.77% from 255) = 50%

R = 27.84%
G = 22.16%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#312758 (or 0x312758) is known color: Paris M. HEX triplet: 31, 27 and 58. RGB value is (49,39,88). Sum of RGB (Red+Green+Blue) = 49+39+88=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #312758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312758 is #CED8A7. Grayscale: #2F2F2F. Windows color (decimal): -13555880 or 5777201. OLE color: 5777201.

HSL color Cylindrical-coordinate representation of color #312758: hue angle of 252.24º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #312758 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 39 88 -
CMYK 0.44 0.56 0 0.65
HSL 252.24º 0.39% 0.25% -
HSV(B) 252.24º 0.56% 0.35% -
XYZ 3.75 2.81 9.58 -
YUV 47.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 49 39 88 0.44 0.56 0 0.65 252.24 0.39 0.25
Hex 31 27 58 2C 38 0 41 FC 27 19
Octal 61 47 130 54 70 0 101 374 47 31
Binary 110001 100111 1011000 101100 111000 0 1000001 11111100 100111 11001

Color Harmonies of #312758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312758

Black with #312758

Text Example


Text Example

White with #312758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312758; }

 p { color: rgb(49,39,88); }

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

background-color css

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

 a { background-color: rgb(49,39,88); }

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

border-color css

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

 span { border-color: rgb(49,39,88); }

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