Html Css Color HEX #32295C Paris M

📋 copy color: '#32295C'

red 50 ◦ green 41 ◦ blue 92

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

Shades of Paris M #32295C

Tints of Paris M #32295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50.27%

R = 27.32%
G = 22.4%
B = 50.27%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#32295C (or 0x32295C) is known color: Paris M. HEX triplet: 32, 29 and 5C. RGB value is (50,41,92). Sum of RGB (Red+Green+Blue) = 50+41+92=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #32295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32295C is #CDD6A3. Grayscale: #313131. Windows color (decimal): -13489828 or 6039858. OLE color: 6039858.

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

Color convert

RGB 50 41 92 -
CMYK 0.46 0.55 0 0.64
HSL 250.59º 0.38% 0.26% -
HSV(B) 250.59º 0.55% 0.36% -
XYZ 4.04 3.04 10.5 -
YUV 49.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 50 41 92 0.46 0.55 0 0.64 250.59 0.38 0.26
Hex 32 29 5C 2E 37 0 40 FB 26 1A
Octal 62 51 134 56 67 0 100 373 46 32
Binary 110010 101001 1011100 101110 110111 0 1000000 11111011 100110 11010

Color Harmonies of #32295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32295C

Black with #32295C

Text Example


Text Example

White with #32295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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