#322558

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

Shades of Paris M #322558

Tints of Paris M #322558

Color information

#322558 (or 0x322558) is unknown color: approx Paris M. HEX triplet: 32, 25 and 58. RGB value is (50,37,88). Sum of RGB (Red+Green+Blue) = 50+37+88=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #322558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322558 is #CDDAA7. Grayscale: #2E2E2E. Windows color (decimal): -13490856 or 5776690. OLE color: 5776690.

HSL color Cylindrical-coordinate representation of color #322558: hue angle of 255.29º 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 #322558 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB503788-
CMYK0.430.5800.65
HSL255.29º40.8%24.51%-
HSV(B)255.29º57.95%34.51%-
XYZ3.742.719.56-
YUV46.7151.31130.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 88 (34.77% from 255) = 50.29%
R=28.57%
G=21.14%
B=50.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5037880.430.5800.65255.2940.824.51
Hex3225582B3A041ff2919
Octal6245130537201013775131
Binary1100101001011011000101011111010010000011111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322558; }

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

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

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

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

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

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

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

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