Html Css Color HEX #31296E Paris M

📋 copy color: '#31296E'

red 49 ◦ green 41 ◦ blue 110

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

Shades of Paris M #31296E

Tints of Paris M #31296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 55%

R = 24.5%
G = 20.5%
B = 55%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31296E (or 0x31296E) is known color: Paris M. HEX triplet: 31, 29 and 6E. RGB value is (49,41,110). Sum of RGB (Red+Green+Blue) = 49+41+110=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #31296E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31296E is #CED691. Grayscale: #323232. Windows color (decimal): -13555346 or 7219505. OLE color: 7219505.

HSL color Cylindrical-coordinate representation of color #31296E: hue angle of 246.96º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31296E is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 41 110 -
CMYK 0.55 0.63 0 0.57
HSL 246.96º 0.46% 0.3% -
HSV(B) 246.96º 0.63% 0.43% -
XYZ 4.87 3.36 15.14 -
YUV 51.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 49 41 110 0.55 0.63 0 0.57 246.96 0.46 0.3
Hex 31 29 6E 37 3F 0 39 F7 2E 1E
Octal 61 51 156 67 77 0 71 367 56 36
Binary 110001 101001 1101110 110111 111111 0 111001 11110111 101110 11110

Color Harmonies of #31296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31296E

Black with #31296E

Text Example


Text Example

White with #31296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31296E; }

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

 H1.HeaderClassName
 {
   color: #31296E;
 }
 .AnyTagClassName
 {
   color: #31296E;
 }
</style>

background-color css

<style>
 a { background-color: #31296E; }

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

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

border-color css

<style>
 span { border-color: #31296E; }

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

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