Html Css Color HEX #322875 Paris M

📋 copy color: '#322875'

red 50 ◦ green 40 ◦ blue 117

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

Shades of Paris M #322875

Tints of Paris M #322875

RGB

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

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

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

R = 24.15%
G = 19.32%
B = 56.52%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#322875 (or 0x322875) is known color: Paris M. HEX triplet: 32, 28 and 75. RGB value is (50,40,117). Sum of RGB (Red+Green+Blue) = 50+40+117=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #322875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322875 is #CDD78A. Grayscale: #333333. Windows color (decimal): -13490059 or 7678002. OLE color: 7678002.

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

Color convert

RGB 50 40 117 -
CMYK 0.57 0.66 0 0.54
HSL 247.79º 0.49% 0.31% -
HSV(B) 247.79º 0.66% 0.46% -
XYZ 5.29 3.48 17.22 -
YUV 51.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 50 40 117 0.57 0.66 0 0.54 247.79 0.49 0.31
Hex 32 28 75 39 42 0 36 F8 31 1F
Octal 62 50 165 71 102 0 66 370 61 37
Binary 110010 101000 1110101 111001 1000010 0 110110 11111000 110001 11111

Color Harmonies of #322875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322875

Black with #322875

Text Example


Text Example

White with #322875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322875; }

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

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

background-color css

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

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

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

border-color css

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

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

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