Html Css Color HEX #352571 Paris M

📋 copy color: '#352571'

red 53 ◦ green 37 ◦ blue 113

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

Shades of Paris M #352571

Tints of Paris M #352571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.23%

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

R = 26.11%
G = 18.23%
B = 55.67%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#352571 (or 0x352571) is known color: Paris M. HEX triplet: 35, 25 and 71. RGB value is (53,37,113). Sum of RGB (Red+Green+Blue) = 53+37+113=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #352571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352571 is #CADA8E. Grayscale: #323232. Windows color (decimal): -13294223 or 7415093. OLE color: 7415093.

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

Color convert

RGB 53 37 113 -
CMYK 0.53 0.67 0 0.56
HSL 252.63º 0.51% 0.29% -
HSV(B) 252.63º 0.67% 0.44% -
XYZ 5.11 3.27 15.99 -
YUV 50.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 53 37 113 0.53 0.67 0 0.56 252.63 0.51 0.29
Hex 35 25 71 35 43 0 38 FD 33 1D
Octal 65 45 161 65 103 0 70 375 63 35
Binary 110101 100101 1110001 110101 1000011 0 111000 11111101 110011 11101

Color Harmonies of #352571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352571

Black with #352571

Text Example


Text Example

White with #352571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352571; }

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

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

background-color css

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

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

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

border-color css

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

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

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