Html Css Color HEX #31295F Paris M

📋 copy color: '#31295F'

red 49 ◦ green 41 ◦ blue 95

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

Shades of Paris M #31295F

Tints of Paris M #31295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.16%

 BLUE value IS 95 (37.5% from 255) = 51.35%

R = 26.49%
G = 22.16%
B = 51.35%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31295F (or 0x31295F) is known color: Paris M. HEX triplet: 31, 29 and 5F. RGB value is (49,41,95). Sum of RGB (Red+Green+Blue) = 49+41+95=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #31295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31295F is #CED6A0. Grayscale: #313131. Windows color (decimal): -13555361 or 6236465. OLE color: 6236465.

HSL color Cylindrical-coordinate representation of color #31295F: hue angle of 248.89º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31295F is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 41 95 -
CMYK 0.48 0.57 0 0.63
HSL 248.89º 0.4% 0.27% -
HSV(B) 248.89º 0.57% 0.37% -
XYZ 4.13 3.07 11.2 -
YUV 49.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 49 41 95 0.48 0.57 0 0.63 248.89 0.4 0.27
Hex 31 29 5F 30 39 0 3F F9 28 1B
Octal 61 51 137 60 71 0 77 371 50 33
Binary 110001 101001 1011111 110000 111001 0 111111 11111001 101000 11011

Color Harmonies of #31295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31295F

Black with #31295F

Text Example


Text Example

White with #31295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31295F; }

 p { color: rgb(49,41,95); }

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

background-color css

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

 a { background-color: rgb(49,41,95); }

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

border-color css

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

 span { border-color: rgb(49,41,95); }

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