Html Css Color HEX #322967 Paris M

📋 copy color: '#322967'

red 50 ◦ green 41 ◦ blue 103

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

Shades of Paris M #322967

Tints of Paris M #322967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 53.09%

R = 25.77%
G = 21.13%
B = 53.09%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#322967 (or 0x322967) is known color: Paris M. HEX triplet: 32, 29 and 67. RGB value is (50,41,103). Sum of RGB (Red+Green+Blue) = 50+41+103=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #322967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322967 is #CDD698. Grayscale: #323232. Windows color (decimal): -13489817 or 6760754. OLE color: 6760754.

HSL color Cylindrical-coordinate representation of color #322967: hue angle of 248.71º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322967 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 41 103 -
CMYK 0.51 0.60 0 0.60
HSL 248.71º 0.43% 0.28% -
HSV(B) 248.71º 0.6% 0.4% -
XYZ 4.56 3.24 13.22 -
YUV 50.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 50 41 103 0.51 0.60 0 0.60 248.71 0.43 0.28
Hex 32 29 67 33 3C 0 3C F9 2B 1C
Octal 62 51 147 63 74 0 74 371 53 34
Binary 110010 101001 1100111 110011 111100 0 111100 11111001 101011 11100

Color Harmonies of #322967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322967

Black with #322967

Text Example


Text Example

White with #322967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322967; }

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

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

background-color css

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

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

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

border-color css

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

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

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