Html Css Color HEX #352471 Paris M

📋 copy color: '#352471'

red 53 ◦ green 36 ◦ blue 113

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

Shades of Paris M #352471

Tints of Paris M #352471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.82%

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

R = 26.24%
G = 17.82%
B = 55.94%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#352471 (or 0x352471) is known color: Paris M. HEX triplet: 35, 24 and 71. RGB value is (53,36,113). Sum of RGB (Red+Green+Blue) = 53+36+113=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #352471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352471 is #CADB8E. Grayscale: #313131. Windows color (decimal): -13294479 or 7414837. OLE color: 7414837.

HSL color Cylindrical-coordinate representation of color #352471: hue angle of 253.25º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352471 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 36 113 -
CMYK 0.53 0.68 0 0.56
HSL 253.25º 0.52% 0.29% -
HSV(B) 253.25º 0.68% 0.44% -
XYZ 5.08 3.21 15.97 -
YUV 49.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 53 36 113 0.53 0.68 0 0.56 253.25 0.52 0.29
Hex 35 24 71 35 44 0 38 FD 34 1D
Octal 65 44 161 65 104 0 70 375 64 35
Binary 110101 100100 1110001 110101 1000100 0 111000 11111101 110100 11101

Color Harmonies of #352471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352471

Black with #352471

Text Example


Text Example

White with #352471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352471; }

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

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

background-color css

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

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

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

border-color css

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

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

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