Html Css Color HEX #312958 Paris M

📋 copy color: '#312958'

red 49 ◦ green 41 ◦ blue 88

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

Shades of Paris M #312958

Tints of Paris M #312958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

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

R = 27.53%
G = 23.03%
B = 49.44%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#312958 (or 0x312958) is known color: Paris M. HEX triplet: 31, 29 and 58. RGB value is (49,41,88). Sum of RGB (Red+Green+Blue) = 49+41+88=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #312958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312958 is #CED6A7. Grayscale: #303030. Windows color (decimal): -13555368 or 5777713. OLE color: 5777713.

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

Color convert

RGB 49 41 88 -
CMYK 0.44 0.53 0 0.65
HSL 250.21º 0.36% 0.25% -
HSV(B) 250.21º 0.53% 0.35% -
XYZ 3.82 2.94 9.6 -
YUV 48.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 49 41 88 0.44 0.53 0 0.65 250.21 0.36 0.25
Hex 31 29 58 2C 35 0 41 FA 24 19
Octal 61 51 130 54 65 0 101 372 44 31
Binary 110001 101001 1011000 101100 110101 0 1000001 11111010 100100 11001

Color Harmonies of #312958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312958

Black with #312958

Text Example


Text Example

White with #312958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312958; }

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

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

background-color css

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

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

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

border-color css

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

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

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