#322069

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

Shades of Paris M #322069

Tints of Paris M #322069

Color information

#322069 (or 0x322069) is unknown color: approx Paris M. HEX triplet: 32, 20 and 69. RGB value is (50,32,105). Sum of RGB (Red+Green+Blue) = 50+32+105=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #322069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322069 is #CDDF96. Grayscale: #2D2D2D. Windows color (decimal): -13492119 or 6889522. OLE color: 6889522.

HSL color Cylindrical-coordinate representation of color #322069: hue angle of 254.79º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322069 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5032105-
CMYK0.520.7000.59
HSL254.79º53.28%26.86%-
HSV(B)254.79º69.52%41.18%-
XYZ4.382.7313.66-
YUV45.7161.46131.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 105 (41.41% from 255) = 56.15%
R=26.74%
G=17.11%
B=56.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50321050.520.7000.59254.7953.2826.86
Hex322069344603Bff351b
Octal6240151641060733776533
Binary1100101000001101001110100100011001110111111111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322069; }

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

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

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

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

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

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

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

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