Html Css Color HEX #322971 Paris M

📋 copy color: '#322971'

red 50 ◦ green 41 ◦ blue 113

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

Shades of Paris M #322971

Tints of Paris M #322971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.1%

 BLUE value IS 113 (44.53% from 255) = 55.39%

R = 24.51%
G = 20.1%
B = 55.39%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#322971 (or 0x322971) is known color: Paris M. HEX triplet: 32, 29 and 71. RGB value is (50,41,113). Sum of RGB (Red+Green+Blue) = 50+41+113=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #322971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322971 is #CDD68E. Grayscale: #333333. Windows color (decimal): -13489807 or 7416114. OLE color: 7416114.

HSL color Cylindrical-coordinate representation of color #322971: hue angle of 247.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #322971 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 41 113 -
CMYK 0.56 0.64 0 0.56
HSL 247.5º 0.47% 0.3% -
HSV(B) 247.5º 0.64% 0.44% -
XYZ 5.09 3.46 16.02 -
YUV 51.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 50 41 113 0.56 0.64 0 0.56 247.5 0.47 0.3
Hex 32 29 71 38 40 0 38 F8 2F 1E
Octal 62 51 161 70 100 0 70 370 57 36
Binary 110010 101001 1110001 111000 1000000 0 111000 11111000 101111 11110

Color Harmonies of #322971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322971

Black with #322971

Text Example


Text Example

White with #322971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322971; }

 p { color: rgb(50,41,113); }

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

background-color css

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

 a { background-color: rgb(50,41,113); }

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

border-color css

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

 span { border-color: rgb(50,41,113); }

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