Html Css Color HEX #32295D Paris M

📋 copy color: '#32295D'

red 50 ◦ green 41 ◦ blue 93

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

Shades of Paris M #32295D

Tints of Paris M #32295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50.54%

R = 27.17%
G = 22.28%
B = 50.54%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#32295D (or 0x32295D) is known color: Paris M. HEX triplet: 32, 29 and 5D. RGB value is (50,41,93). Sum of RGB (Red+Green+Blue) = 50+41+93=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #32295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32295D is #CDD6A2. Grayscale: #313131. Windows color (decimal): -13489827 or 6105394. OLE color: 6105394.

HSL color Cylindrical-coordinate representation of color #32295D: hue angle of 250.38º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32295D is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 41 93 -
CMYK 0.46 0.56 0 0.64
HSL 250.38º 0.39% 0.26% -
HSV(B) 250.38º 0.56% 0.36% -
XYZ 4.08 3.05 10.73 -
YUV 49.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 50 41 93 0.46 0.56 0 0.64 250.38 0.39 0.26
Hex 32 29 5D 2E 38 0 40 FA 27 1A
Octal 62 51 135 56 70 0 100 372 47 32
Binary 110010 101001 1011101 101110 111000 0 1000000 11111010 100111 11010

Color Harmonies of #32295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32295D

Black with #32295D

Text Example


Text Example

White with #32295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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