Html Css Color HEX #322872 Paris M

📋 copy color: '#322872'

red 50 ◦ green 40 ◦ blue 114

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

Shades of Paris M #322872

Tints of Paris M #322872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.88%

R = 24.51%
G = 19.61%
B = 55.88%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#322872 (or 0x322872) is known color: Paris M. HEX triplet: 32, 28 and 72. RGB value is (50,40,114). Sum of RGB (Red+Green+Blue) = 50+40+114=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #322872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322872 is #CDD78D. Grayscale: #333333. Windows color (decimal): -13490062 or 7481394. OLE color: 7481394.

HSL color Cylindrical-coordinate representation of color #322872: hue angle of 248.11º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #322872 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 40 114 -
CMYK 0.56 0.65 0 0.55
HSL 248.11º 0.48% 0.3% -
HSV(B) 248.11º 0.65% 0.45% -
XYZ 5.11 3.41 16.31 -
YUV 51.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 50 40 114 0.56 0.65 0 0.55 248.11 0.48 0.3
Hex 32 28 72 38 41 0 37 F8 30 1E
Octal 62 50 162 70 101 0 67 370 60 36
Binary 110010 101000 1110010 111000 1000001 0 110111 11111000 110000 11110

Color Harmonies of #322872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322872

Black with #322872

Text Example


Text Example

White with #322872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322872; }

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

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

background-color css

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

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

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

border-color css

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

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

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