#32255B

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

Shades of Paris M #32255B

Tints of Paris M #32255B

Color information

#32255B (or 0x32255B) is unknown color: approx Paris M. HEX triplet: 32, 25 and 5B. RGB value is (50,37,91). Sum of RGB (Red+Green+Blue) = 50+37+91=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #32255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32255B is #CDDAA4. Grayscale: #2E2E2E. Windows color (decimal): -13490853 or 5973298. OLE color: 5973298.

HSL color Cylindrical-coordinate representation of color #32255B: hue angle of 254.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32255B is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB503791-
CMYK0.450.5900.64
HSL254.44º42.19%25.1%-
HSV(B)254.44º59.34%35.69%-
XYZ3.872.7610.23-
YUV47.04152.81130.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=28.09%
G=20.79%
B=51.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5037910.450.5900.64254.4442.1925.1
Hex32255B2D3B040fe2a19
Octal6245133557301003765231
Binary1100101001011011011101101111011010000001111111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32255B; }

 p { color: rgb(50,37,91); }

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

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

 a { background-color: rgb(50,37,91); }

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

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

 span { border-color: rgb(50,37,91); }

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