Html Css Color HEX #312372 Paris M

📋 copy color: '#312372'

red 49 ◦ green 35 ◦ blue 114

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

Shades of Paris M #312372

Tints of Paris M #312372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.68%

 BLUE value IS 114 (44.92% from 255) = 57.58%

R = 24.75%
G = 17.68%
B = 57.58%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#312372 (or 0x312372) is known color: Paris M. HEX triplet: 31, 23 and 72. RGB value is (49,35,114). Sum of RGB (Red+Green+Blue) = 49+35+114=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #312372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312372 is #CEDC8D. Grayscale: #2F2F2F. Windows color (decimal): -13556878 or 7480113. OLE color: 7480113.

HSL color Cylindrical-coordinate representation of color #312372: hue angle of 250.63º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #312372 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 35 114 -
CMYK 0.57 0.69 0 0.55
HSL 250.63º 0.53% 0.29% -
HSV(B) 250.63º 0.69% 0.45% -
XYZ 4.9 3.07 16.25 -
YUV 48.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 49 35 114 0.57 0.69 0 0.55 250.63 0.53 0.29
Hex 31 23 72 39 45 0 37 FB 35 1D
Octal 61 43 162 71 105 0 67 373 65 35
Binary 110001 100011 1110010 111001 1000101 0 110111 11111011 110101 11101

Color Harmonies of #312372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312372

Black with #312372

Text Example


Text Example

White with #312372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312372; }

 p { color: rgb(49,35,114); }

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

background-color css

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

 a { background-color: rgb(49,35,114); }

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

border-color css

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

 span { border-color: rgb(49,35,114); }

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