Html Css Color HEX #32296D Paris M

📋 copy color: '#32296D'

red 50 ◦ green 41 ◦ blue 109

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

Shades of Paris M #32296D

Tints of Paris M #32296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 54.5%

R = 25%
G = 20.5%
B = 54.5%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#32296D (or 0x32296D) is known color: Paris M. HEX triplet: 32, 29 and 6D. RGB value is (50,41,109). Sum of RGB (Red+Green+Blue) = 50+41+109=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #32296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32296D is #CDD692. Grayscale: #333333. Windows color (decimal): -13489811 or 7153970. OLE color: 7153970.

HSL color Cylindrical-coordinate representation of color #32296D: hue angle of 247.94º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32296D is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 41 109 -
CMYK 0.54 0.62 0 0.57
HSL 247.94º 0.45% 0.29% -
HSV(B) 247.94º 0.62% 0.43% -
XYZ 4.87 3.37 14.86 -
YUV 51.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 50 41 109 0.54 0.62 0 0.57 247.94 0.45 0.29
Hex 32 29 6D 36 3E 0 39 F8 2D 1D
Octal 62 51 155 66 76 0 71 370 55 35
Binary 110010 101001 1101101 110110 111110 0 111001 11111000 101101 11101

Color Harmonies of #32296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32296D

Black with #32296D

Text Example


Text Example

White with #32296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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