Html Css Color HEX #31275B Paris M

📋 copy color: '#31275B'

red 49 ◦ green 39 ◦ blue 91

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

Shades of Paris M #31275B

Tints of Paris M #31275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.84%

R = 27.37%
G = 21.79%
B = 50.84%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31275B (or 0x31275B) is known color: Paris M. HEX triplet: 31, 27 and 5B. RGB value is (49,39,91). Sum of RGB (Red+Green+Blue) = 49+39+91=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #31275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31275B is #CED8A4. Grayscale: #2F2F2F. Windows color (decimal): -13555877 or 5973809. OLE color: 5973809.

HSL color Cylindrical-coordinate representation of color #31275B: hue angle of 251.54º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31275B is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 39 91 -
CMYK 0.46 0.57 0 0.64
HSL 251.54º 0.4% 0.25% -
HSV(B) 251.54º 0.57% 0.36% -
XYZ 3.88 2.86 10.24 -
YUV 47.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 49 39 91 0.46 0.57 0 0.64 251.54 0.4 0.25
Hex 31 27 5B 2E 39 0 40 FC 28 19
Octal 61 47 133 56 71 0 100 374 50 31
Binary 110001 100111 1011011 101110 111001 0 1000000 11111100 101000 11001

Color Harmonies of #31275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31275B

Black with #31275B

Text Example


Text Example

White with #31275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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