#32235A

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

Shades of Paris M #32235A

Tints of Paris M #32235A

Color information

#32235A (or 0x32235A) is unknown color: approx Paris M. HEX triplet: 32, 23 and 5A. RGB value is (50,35,90). Sum of RGB (Red+Green+Blue) = 50+35+90=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #32235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32235A is #CDDCA5. Grayscale: #2D2D2D. Windows color (decimal): -13491366 or 5907250. OLE color: 5907250.

HSL color Cylindrical-coordinate representation of color #32235A: hue angle of 256.36º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32235A is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB503590-
CMYK0.440.6100.65
HSL256.36º44%24.51%-
HSV(B)256.36º61.11%35.29%-
XYZ3.762.629.98-
YUV45.76152.97131.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=28.57%
G=20%
B=51.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5035900.440.6100.65256.364424.51
Hex32235A2C3D0411002c19
Octal6243132547501014005431
Binary11001010001110110101011001111010100000110000000010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32235A; }

 p { color: rgb(50,35,90); }

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

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

 a { background-color: rgb(50,35,90); }

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

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

 span { border-color: rgb(50,35,90); }

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