Html Css Color HEX #312272 Paris M

📋 copy color: '#312272'

red 49 ◦ green 34 ◦ blue 114

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

Shades of Paris M #312272

Tints of Paris M #312272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

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

R = 24.87%
G = 17.26%
B = 57.87%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#312272 (or 0x312272) is known color: Paris M. HEX triplet: 31, 22 and 72. RGB value is (49,34,114). Sum of RGB (Red+Green+Blue) = 49+34+114=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #312272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312272 is #CEDD8D. Grayscale: #2F2F2F. Windows color (decimal): -13557134 or 7479857. OLE color: 7479857.

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

Color convert

RGB 49 34 114 -
CMYK 0.57 0.70 0 0.55
HSL 251.25º 0.54% 0.29% -
HSV(B) 251.25º 0.7% 0.45% -
XYZ 4.88 3.01 16.24 -
YUV 47.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 49 34 114 0.57 0.70 0 0.55 251.25 0.54 0.29
Hex 31 22 72 39 46 0 37 FB 36 1D
Octal 61 42 162 71 106 0 67 373 66 35
Binary 110001 100010 1110010 111001 1000110 0 110111 11111011 110110 11101

Color Harmonies of #312272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312272

Black with #312272

Text Example


Text Example

White with #312272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312272; }

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

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

background-color css

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

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

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

border-color css

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

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

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