#352561

Color #352561 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #352561

Tints of Paris M #352561

Color information

#352561 (or 0x352561) is unknown color: approx Paris M. HEX triplet: 35, 25 and 61. RGB value is (53,37,97). Sum of RGB (Red+Green+Blue) = 53+37+97=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #352561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352561 is #CADA9E. Grayscale: #303030. Windows color (decimal): -13294239 or 6366517. OLE color: 6366517.

HSL color Cylindrical-coordinate representation of color #352561: hue angle of 256º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352561 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB533797-
CMYK0.450.6200.62
HSL256º44.78%26.27%-
HSV(B)256º61.86%38.04%-
XYZ4.292.9411.65-
YUV48.62155.3131.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=28.34%
G=19.79%
B=51.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5337970.450.6200.6225644.7826.27
Hex3525612D3E03E1002d1a
Octal654514155760764005532
Binary1101011001011100001101101111110011111010000000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352561; }

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

 H1.HeaderClassName
 {
   color: #352561;
 }
 .AnyTagClassName
 {
   color: #352561;
 }
</style>
background-color css

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

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

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

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

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

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