Html Css Color HEX #322360 Paris M

📋 copy color: '#322360'

red 50 ◦ green 35 ◦ blue 96

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

Shades of Paris M #322360

Tints of Paris M #322360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.34%

 BLUE value IS 96 (37.89% from 255) = 53.04%

R = 27.62%
G = 19.34%
B = 53.04%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#322360 (or 0x322360) is known color: Paris M. HEX triplet: 32, 23 and 60. RGB value is (50,35,96). Sum of RGB (Red+Green+Blue) = 50+35+96=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #322360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322360 is #CDDC9F. Grayscale: #2E2E2E. Windows color (decimal): -13491360 or 6300466. OLE color: 6300466.

HSL color Cylindrical-coordinate representation of color #322360: hue angle of 254.75º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #322360 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 35 96 -
CMYK 0.48 0.64 0 0.62
HSL 254.75º 0.47% 0.26% -
HSV(B) 254.75º 0.64% 0.38% -
XYZ 4.03 2.72 11.38 -
YUV 46.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 50 35 96 0.48 0.64 0 0.62 254.75 0.47 0.26
Hex 32 23 60 30 40 0 3E FF 2F 1A
Octal 62 43 140 60 100 0 76 377 57 32
Binary 110010 100011 1100000 110000 1000000 0 111110 11111111 101111 11010

Color Harmonies of #322360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322360

Black with #322360

Text Example


Text Example

White with #322360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322360; }

 p { color: rgb(50,35,96); }

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

background-color css

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

 a { background-color: rgb(50,35,96); }

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

border-color css

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

 span { border-color: rgb(50,35,96); }

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