#322969

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

Shades of Paris M #322969

Tints of Paris M #322969

Color information

#322969 (or 0x322969) is unknown color: approx Paris M. HEX triplet: 32, 29 and 69. RGB value is (50,41,105). Sum of RGB (Red+Green+Blue) = 50+41+105=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #322969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322969 is #CDD696. Grayscale: #323232. Windows color (decimal): -13489815 or 6891826. OLE color: 6891826.

HSL color Cylindrical-coordinate representation of color #322969: hue angle of 248.44º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #322969 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5041105-
CMYK0.520.6100.59
HSL248.44º43.84%28.63%-
HSV(B)248.44º60.95%41.18%-
XYZ4.663.2813.75-
YUV50.99158.48127.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=25.51%
G=20.92%
B=53.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50411050.520.6100.59248.4443.8428.63
Hex322969343D03Bf82c1d
Octal625115164750733705435
Binary110010101001110100111010011110101110111111100010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322969; }

 p { color: rgb(50,41,105); }

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

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

 a { background-color: rgb(50,41,105); }

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

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

 span { border-color: rgb(50,41,105); }

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