Html Css Color HEX #342871 Paris M

📋 copy color: '#342871'

red 52 ◦ green 40 ◦ blue 113

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

Shades of Paris M #342871

Tints of Paris M #342871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

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

R = 25.37%
G = 19.51%
B = 55.12%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#342871 (or 0x342871) is known color: Paris M. HEX triplet: 34, 28 and 71. RGB value is (52,40,113). Sum of RGB (Red+Green+Blue) = 52+40+113=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #342871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342871 is #CBD78E. Grayscale: #333333. Windows color (decimal): -13358991 or 7415860. OLE color: 7415860.

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

Color convert

RGB 52 40 113 -
CMYK 0.54 0.65 0 0.56
HSL 249.86º 0.48% 0.3% -
HSV(B) 249.86º 0.65% 0.44% -
XYZ 5.16 3.44 16.02 -
YUV 51.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 52 40 113 0.54 0.65 0 0.56 249.86 0.48 0.3
Hex 34 28 71 36 41 0 38 FA 30 1E
Octal 64 50 161 66 101 0 70 372 60 36
Binary 110100 101000 1110001 110110 1000001 0 111000 11111010 110000 11110

Color Harmonies of #342871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342871

Black with #342871

Text Example


Text Example

White with #342871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342871; }

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

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

background-color css

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

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

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

border-color css

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

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

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