Html Css Color HEX #322575 Paris M

📋 copy color: '#322575'

red 50 ◦ green 37 ◦ blue 117

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

Shades of Paris M #322575

Tints of Paris M #322575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

 BLUE value IS 117 (46.09% from 255) = 57.35%

R = 24.51%
G = 18.14%
B = 57.35%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#322575 (or 0x322575) is known color: Paris M. HEX triplet: 32, 25 and 75. RGB value is (50,37,117). Sum of RGB (Red+Green+Blue) = 50+37+117=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #322575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322575 is #CDDA8A. Grayscale: #313131. Windows color (decimal): -13490827 or 7677234. OLE color: 7677234.

HSL color Cylindrical-coordinate representation of color #322575: hue angle of 249.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #322575 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 37 117 -
CMYK 0.57 0.68 0 0.54
HSL 249.75º 0.52% 0.3% -
HSV(B) 249.75º 0.68% 0.46% -
XYZ 5.19 3.29 17.19 -
YUV 50.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 50 37 117 0.57 0.68 0 0.54 249.75 0.52 0.3
Hex 32 25 75 39 44 0 36 FA 34 1E
Octal 62 45 165 71 104 0 66 372 64 36
Binary 110010 100101 1110101 111001 1000100 0 110110 11111010 110100 11110

Color Harmonies of #322575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322575

Black with #322575

Text Example


Text Example

White with #322575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322575; }

 p { color: rgb(50,37,117); }

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

background-color css

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

 a { background-color: rgb(50,37,117); }

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

border-color css

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

 span { border-color: rgb(50,37,117); }

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