Html Css Color HEX #322475 Paris M

📋 copy color: '#322475'

red 50 ◦ green 36 ◦ blue 117

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

Shades of Paris M #322475

Tints of Paris M #322475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

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

R = 24.63%
G = 17.73%
B = 57.64%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#322475 (or 0x322475) is known color: Paris M. HEX triplet: 32, 24 and 75. RGB value is (50,36,117). Sum of RGB (Red+Green+Blue) = 50+36+117=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #322475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322475 is #CDDB8A. Grayscale: #313131. Windows color (decimal): -13491083 or 7676978. OLE color: 7676978.

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

Color convert

RGB 50 36 117 -
CMYK 0.57 0.69 0 0.54
HSL 250.37º 0.53% 0.3% -
HSV(B) 250.37º 0.69% 0.46% -
XYZ 5.16 3.22 17.18 -
YUV 49.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 50 36 117 0.57 0.69 0 0.54 250.37 0.53 0.3
Hex 32 24 75 39 45 0 36 FA 35 1E
Octal 62 44 165 71 105 0 66 372 65 36
Binary 110010 100100 1110101 111001 1000101 0 110110 11111010 110101 11110

Color Harmonies of #322475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322475

Black with #322475

Text Example


Text Example

White with #322475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322475; }

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

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

background-color css

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

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

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

border-color css

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

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

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