Html Css Color HEX #32296E Paris M

📋 copy color: '#32296E'

red 50 ◦ green 41 ◦ blue 110

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

Shades of Paris M #32296E

Tints of Paris M #32296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 54.73%

R = 24.88%
G = 20.4%
B = 54.73%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#32296E (or 0x32296E) is known color: Paris M. HEX triplet: 32, 29 and 6E. RGB value is (50,41,110). Sum of RGB (Red+Green+Blue) = 50+41+110=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #32296E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32296E is #CDD691. Grayscale: #333333. Windows color (decimal): -13489810 or 7219506. OLE color: 7219506.

HSL color Cylindrical-coordinate representation of color #32296E: hue angle of 247.83º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32296E is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 41 110 -
CMYK 0.55 0.63 0 0.57
HSL 247.83º 0.46% 0.3% -
HSV(B) 247.83º 0.63% 0.43% -
XYZ 4.92 3.39 15.15 -
YUV 51.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 50 41 110 0.55 0.63 0 0.57 247.83 0.46 0.3
Hex 32 29 6E 37 3F 0 39 F8 2E 1E
Octal 62 51 156 67 77 0 71 370 56 36
Binary 110010 101001 1101110 110111 111111 0 111001 11111000 101110 11110

Color Harmonies of #32296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32296E

Black with #32296E

Text Example


Text Example

White with #32296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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