Html Css Color HEX #322C5D Paris M

📋 copy color: '#322C5D'

red 50 ◦ green 44 ◦ blue 93

#322C5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #322C5D

Tints of Paris M #322C5D

RGB

 RED value IS 50 (19.92% from 255) = 26.74%

 GREEN value IS 44 (17.58% from 255) = 23.53%

 BLUE value IS 93 (36.72% from 255) = 49.73%

R = 26.74%
G = 23.53%
B = 49.73%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#322C5D (or 0x322C5D) is known color: Paris M. HEX triplet: 32, 2C and 5D. RGB value is (50,44,93). Sum of RGB (Red+Green+Blue) = 50+44+93=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #322C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C5D is #CDD3A2. Grayscale: #333333. Windows color (decimal): -13489059 or 6106162. OLE color: 6106162.

HSL color Cylindrical-coordinate representation of color #322C5D: hue angle of 247.35º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #322C5D is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 44 93 -
CMYK 0.46 0.53 0 0.64
HSL 247.35º 0.36% 0.27% -
HSV(B) 247.35º 0.53% 0.36% -
XYZ 4.19 3.27 10.77 -
YUV 51.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 50 44 93 0.46 0.53 0 0.64 247.35 0.36 0.27
Hex 32 2C 5D 2E 35 0 40 F7 24 1B
Octal 62 54 135 56 65 0 100 367 44 33
Binary 110010 101100 1011101 101110 110101 0 1000000 11110111 100100 11011

Color Harmonies of #322C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322C5D

Black with #322C5D

Text Example


Text Example

White with #322C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322C5D; }

 p { color: rgb(50,44,93); }

 H1.HeaderClassName
 {
   color: #322C5D;
 }
 .AnyTagClassName
 {
   color: #322C5D;
 }
</style>

background-color css

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

 a { background-color: rgb(50,44,93); }

 div.DivClassName
 {
   background-color: #322C5D;
 }
 .BgClassName
 {
   background-color: #322C5D;
 }
</style>

border-color css

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

 span { border-color: rgb(50,44,93); }

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