Html Css Color HEX #32296B Paris M

📋 copy color: '#32296B'

red 50 ◦ green 41 ◦ blue 107

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

Shades of Paris M #32296B

Tints of Paris M #32296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.04%

R = 25.25%
G = 20.71%
B = 54.04%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#32296B (or 0x32296B) is known color: Paris M. HEX triplet: 32, 29 and 6B. RGB value is (50,41,107). Sum of RGB (Red+Green+Blue) = 50+41+107=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #32296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32296B is #CDD694. Grayscale: #323232. Windows color (decimal): -13489813 or 7022898. OLE color: 7022898.

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

Color convert

RGB 50 41 107 -
CMYK 0.53 0.62 0 0.58
HSL 248.18º 0.45% 0.29% -
HSV(B) 248.18º 0.62% 0.42% -
XYZ 4.76 3.33 14.3 -
YUV 51.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 50 41 107 0.53 0.62 0 0.58 248.18 0.45 0.29
Hex 32 29 6B 35 3E 0 3A F8 2D 1D
Octal 62 51 153 65 76 0 72 370 55 35
Binary 110010 101001 1101011 110101 111110 0 111010 11111000 101101 11101

Color Harmonies of #32296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32296B

Black with #32296B

Text Example


Text Example

White with #32296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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