Html Css Color HEX #342971 Paris M

📋 copy color: '#342971'

red 52 ◦ green 41 ◦ blue 113

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

Shades of Paris M #342971

Tints of Paris M #342971

RGB

 RED value IS 52 (20.7% from 255) = 25.24%

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

 BLUE value IS 113 (44.53% from 255) = 54.85%

R = 25.24%
G = 19.9%
B = 54.85%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#342971 (or 0x342971) is known color: Paris M. HEX triplet: 34, 29 and 71. RGB value is (52,41,113). Sum of RGB (Red+Green+Blue) = 52+41+113=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #342971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342971 is #CBD68E. Grayscale: #343434. Windows color (decimal): -13358735 or 7416116. OLE color: 7416116.

HSL color Cylindrical-coordinate representation of color #342971: hue angle of 249.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #342971 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 41 113 -
CMYK 0.54 0.64 0 0.56
HSL 249.17º 0.47% 0.3% -
HSV(B) 249.17º 0.64% 0.44% -
XYZ 5.19 3.51 16.03 -
YUV 52.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 52 41 113 0.54 0.64 0 0.56 249.17 0.47 0.3
Hex 34 29 71 36 40 0 38 F9 2F 1E
Octal 64 51 161 66 100 0 70 371 57 36
Binary 110100 101001 1110001 110110 1000000 0 111000 11111001 101111 11110

Color Harmonies of #342971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342971

Black with #342971

Text Example


Text Example

White with #342971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342971; }

 p { color: rgb(52,41,113); }

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

background-color css

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

 a { background-color: rgb(52,41,113); }

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

border-color css

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

 span { border-color: rgb(52,41,113); }

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