#322670

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

Shades of Paris M #322670

Tints of Paris M #322670

Color information

#322670 (or 0x322670) is unknown color: approx Paris M. HEX triplet: 32, 26 and 70. RGB value is (50,38,112). Sum of RGB (Red+Green+Blue) = 50+38+112=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #322670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322670 is #CDD98F. Grayscale: #313131. Windows color (decimal): -13490576 or 7349810. OLE color: 7349810.

HSL color Cylindrical-coordinate representation of color #322670: hue angle of 249.73º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #322670 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5038112-
CMYK0.550.6600.56
HSL249.73º49.33%29.41%-
HSV(B)249.73º66.07%43.92%-
XYZ4.933.2315.69-
YUV50.02162.98127.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 112 (44.14% from 255) = 56%
R=25%
G=19%
B=56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50381120.550.6600.56249.7349.3329.41
Hex3226703742038fa311d
Octal6246160671020703726135
Binary1100101001101110000110111100001001110001111101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322670; }

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

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

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

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

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

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

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

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