Html Css Color HEX #352771 Paris M

📋 copy color: '#352771'

red 53 ◦ green 39 ◦ blue 113

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

Shades of Paris M #352771

Tints of Paris M #352771

RGB

 RED value IS 53 (21.09% from 255) = 25.85%

 GREEN value IS 39 (15.63% from 255) = 19.02%

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

R = 25.85%
G = 19.02%
B = 55.12%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#352771 (or 0x352771) is known color: Paris M. HEX triplet: 35, 27 and 71. RGB value is (53,39,113). Sum of RGB (Red+Green+Blue) = 53+39+113=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 39 (15.62% from 255 or 19.02% 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 #352771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352771 is #CAD88E. Grayscale: #333333. Windows color (decimal): -13293711 or 7415605. OLE color: 7415605.

HSL color Cylindrical-coordinate representation of color #352771: hue angle of 251.35º degrees, saturation: 0.49, 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 #352771 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 39 113 -
CMYK 0.53 0.65 0 0.56
HSL 251.35º 0.49% 0.3% -
HSV(B) 251.35º 0.65% 0.44% -
XYZ 5.17 3.4 16.01 -
YUV 51.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 53 39 113 0.53 0.65 0 0.56 251.35 0.49 0.3
Hex 35 27 71 35 41 0 38 FB 31 1E
Octal 65 47 161 65 101 0 70 373 61 36
Binary 110101 100111 1110001 110101 1000001 0 111000 11111011 110001 11110

Color Harmonies of #352771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352771

Black with #352771

Text Example


Text Example

White with #352771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352771; }

 p { color: rgb(53,39,113); }

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

background-color css

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

 a { background-color: rgb(53,39,113); }

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

border-color css

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

 span { border-color: rgb(53,39,113); }

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