Html Css Color HEX #31295C Paris M

📋 copy color: '#31295C'

red 49 ◦ green 41 ◦ blue 92

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

Shades of Paris M #31295C

Tints of Paris M #31295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50.55%

R = 26.92%
G = 22.53%
B = 50.55%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31295C (or 0x31295C) is known color: Paris M. HEX triplet: 31, 29 and 5C. RGB value is (49,41,92). Sum of RGB (Red+Green+Blue) = 49+41+92=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #31295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31295C is #CED6A3. Grayscale: #313131. Windows color (decimal): -13555364 or 6039857. OLE color: 6039857.

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

Color convert

RGB 49 41 92 -
CMYK 0.47 0.55 0 0.64
HSL 249.41º 0.38% 0.26% -
HSV(B) 249.41º 0.55% 0.36% -
XYZ 3.99 3.01 10.5 -
YUV 49.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 49 41 92 0.47 0.55 0 0.64 249.41 0.38 0.26
Hex 31 29 5C 2F 37 0 40 F9 26 1A
Octal 61 51 134 57 67 0 100 371 46 32
Binary 110001 101001 1011100 101111 110111 0 1000000 11111001 100110 11010

Color Harmonies of #31295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31295C

Black with #31295C

Text Example


Text Example

White with #31295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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