Html Css Color HEX #31275D Paris M

📋 copy color: '#31275D'

red 49 ◦ green 39 ◦ blue 93

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

Shades of Paris M #31275D

Tints of Paris M #31275D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.38%

R = 27.07%
G = 21.55%
B = 51.38%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31275D (or 0x31275D) is known color: Paris M. HEX triplet: 31, 27 and 5D. RGB value is (49,39,93). Sum of RGB (Red+Green+Blue) = 49+39+93=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #31275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31275D is #CED8A2. Grayscale: #2F2F2F. Windows color (decimal): -13555875 or 6104881. OLE color: 6104881.

HSL color Cylindrical-coordinate representation of color #31275D: hue angle of 251.11º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31275D is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 39 93 -
CMYK 0.47 0.58 0 0.64
HSL 251.11º 0.41% 0.26% -
HSV(B) 251.11º 0.58% 0.36% -
XYZ 3.97 2.89 10.71 -
YUV 48.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 49 39 93 0.47 0.58 0 0.64 251.11 0.41 0.26
Hex 31 27 5D 2F 3A 0 40 FB 29 1A
Octal 61 47 135 57 72 0 100 373 51 32
Binary 110001 100111 1011101 101111 111010 0 1000000 11111011 101001 11010

Color Harmonies of #31275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31275D

Black with #31275D

Text Example


Text Example

White with #31275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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