Html Css Color HEX #312475 Paris M

📋 copy color: '#312475'

red 49 ◦ green 36 ◦ blue 117

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

Shades of Paris M #312475

Tints of Paris M #312475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.82%

 BLUE value IS 117 (46.09% from 255) = 57.92%

R = 24.26%
G = 17.82%
B = 57.92%

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

#312475 (or 0x312475) is known color: Paris M. HEX triplet: 31, 24 and 75. RGB value is (49,36,117). Sum of RGB (Red+Green+Blue) = 49+36+117=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #312475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312475 is #CEDB8A. Grayscale: #303030. Windows color (decimal): -13556619 or 7676977. OLE color: 7676977.

HSL color Cylindrical-coordinate representation of color #312475: hue angle of 249.63º degrees, saturation: 0.53, 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 #312475 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 36 117 -
CMYK 0.58 0.69 0 0.54
HSL 249.63º 0.53% 0.3% -
HSV(B) 249.63º 0.69% 0.46% -
XYZ 5.11 3.2 17.18 -
YUV 49.12 166.31 127.91 -
System Red Green Blue C M Y K H S L
Decimal 49 36 117 0.58 0.69 0 0.54 249.63 0.53 0.3
Hex 31 24 75 3A 45 0 36 FA 35 1E
Octal 61 44 165 72 105 0 66 372 65 36
Binary 110001 100100 1110101 111010 1000101 0 110110 11111010 110101 11110

Color Harmonies of #312475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312475

Black with #312475

Text Example


Text Example

White with #312475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312475; }

 p { color: rgb(49,36,117); }

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

background-color css

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

 a { background-color: rgb(49,36,117); }

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

border-color css

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

 span { border-color: rgb(49,36,117); }

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