Html Css Color HEX #31276D Paris M

📋 copy color: '#31276D'

red 49 ◦ green 39 ◦ blue 109

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

Shades of Paris M #31276D

Tints of Paris M #31276D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 55.33%

R = 24.87%
G = 19.8%
B = 55.33%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31276D (or 0x31276D) is known color: Paris M. HEX triplet: 31, 27 and 6D. RGB value is (49,39,109). Sum of RGB (Red+Green+Blue) = 49+39+109=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #31276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31276D is #CED892. Grayscale: #313131. Windows color (decimal): -13555859 or 7153457. OLE color: 7153457.

HSL color Cylindrical-coordinate representation of color #31276D: hue angle of 248.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31276D is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 39 109 -
CMYK 0.55 0.64 0 0.57
HSL 248.57º 0.47% 0.29% -
HSV(B) 248.57º 0.64% 0.43% -
XYZ 4.75 3.21 14.84 -
YUV 49.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 49 39 109 0.55 0.64 0 0.57 248.57 0.47 0.29
Hex 31 27 6D 37 40 0 39 F9 2F 1D
Octal 61 47 155 67 100 0 71 371 57 35
Binary 110001 100111 1101101 110111 1000000 0 111001 11111001 101111 11101

Color Harmonies of #31276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31276D

Black with #31276D

Text Example


Text Example

White with #31276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31276D; }

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

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

background-color css

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

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

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

border-color css

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

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

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