Html Css Color HEX #322969 Paris M

📋 copy color: '#322969'

red 50 ◦ green 41 ◦ blue 105

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

Shades of Paris M #322969

Tints of Paris M #322969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.57%

R = 25.51%
G = 20.92%
B = 53.57%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#322969 (or 0x322969) is known color: Paris M. HEX triplet: 32, 29 and 69. RGB value is (50,41,105). Sum of RGB (Red+Green+Blue) = 50+41+105=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #322969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322969 is #CDD696. Grayscale: #323232. Windows color (decimal): -13489815 or 6891826. OLE color: 6891826.

HSL color Cylindrical-coordinate representation of color #322969: hue angle of 248.44º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #322969 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 41 105 -
CMYK 0.52 0.61 0 0.59
HSL 248.44º 0.44% 0.29% -
HSV(B) 248.44º 0.61% 0.41% -
XYZ 4.66 3.28 13.75 -
YUV 50.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 50 41 105 0.52 0.61 0 0.59 248.44 0.44 0.29
Hex 32 29 69 34 3D 0 3B F8 2C 1D
Octal 62 51 151 64 75 0 73 370 54 35
Binary 110010 101001 1101001 110100 111101 0 111011 11111000 101100 11101

Color Harmonies of #322969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322969

Black with #322969

Text Example


Text Example

White with #322969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322969; }

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

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

background-color css

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

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

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

border-color css

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

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

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