#32265A

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

Shades of Paris M #32265A

Tints of Paris M #32265A

Color information

#32265A (or 0x32265A) is unknown color: approx Paris M. HEX triplet: 32, 26 and 5A. RGB value is (50,38,90). Sum of RGB (Red+Green+Blue) = 50+38+90=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #32265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32265A is #CDD9A5. Grayscale: #2F2F2F. Windows color (decimal): -13490598 or 5908018. OLE color: 5908018.

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

Color convert

RGB503890-
CMYK0.440.5800.65
HSL253.85º40.62%25.1%-
HSV(B)253.85º57.78%35.29%-
XYZ3.852.810.01-
YUV47.52151.98129.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 38 (15.23% from 255) = 21.35%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=28.09%
G=21.35%
B=50.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5038900.440.5800.65253.8540.6225.1
Hex32265A2C3A041fe2919
Octal6246132547201013765131
Binary1100101001101011010101100111010010000011111111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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