Html Css Color HEX #322865 Paris M

📋 copy color: '#322865'

red 50 ◦ green 40 ◦ blue 101

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

Shades of Paris M #322865

Tints of Paris M #322865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.94%

 BLUE value IS 101 (39.84% from 255) = 52.88%

R = 26.18%
G = 20.94%
B = 52.88%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#322865 (or 0x322865) is known color: Paris M. HEX triplet: 32, 28 and 65. RGB value is (50,40,101). Sum of RGB (Red+Green+Blue) = 50+40+101=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #322865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322865 is #CDD79A. Grayscale: #313131. Windows color (decimal): -13490075 or 6629426. OLE color: 6629426.

HSL color Cylindrical-coordinate representation of color #322865: hue angle of 249.84º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322865 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 40 101 -
CMYK 0.50 0.60 0 0.60
HSL 249.84º 0.43% 0.28% -
HSV(B) 249.84º 0.6% 0.4% -
XYZ 4.42 3.14 12.68 -
YUV 49.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 50 40 101 0.50 0.60 0 0.60 249.84 0.43 0.28
Hex 32 28 65 32 3C 0 3C FA 2B 1C
Octal 62 50 145 62 74 0 74 372 53 34
Binary 110010 101000 1100101 110010 111100 0 111100 11111010 101011 11100

Color Harmonies of #322865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322865

Black with #322865

Text Example


Text Example

White with #322865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322865; }

 p { color: rgb(50,40,101); }

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

background-color css

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

 a { background-color: rgb(50,40,101); }

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

border-color css

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

 span { border-color: rgb(50,40,101); }

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