Html Css Color HEX #32235F Paris M

📋 copy color: '#32235F'

red 50 ◦ green 35 ◦ blue 95

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

Shades of Paris M #32235F

Tints of Paris M #32235F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.44%

 BLUE value IS 95 (37.5% from 255) = 52.78%

R = 27.78%
G = 19.44%
B = 52.78%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#32235F (or 0x32235F) is known color: Paris M. HEX triplet: 32, 23 and 5F. RGB value is (50,35,95). Sum of RGB (Red+Green+Blue) = 50+35+95=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #32235F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32235F is #CDDCA0. Grayscale: #2E2E2E. Windows color (decimal): -13491361 or 6234930. OLE color: 6234930.

HSL color Cylindrical-coordinate representation of color #32235F: hue angle of 255º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32235F is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 35 95 -
CMYK 0.47 0.63 0 0.63
HSL 255º 0.46% 0.25% -
HSV(B) 255º 0.63% 0.37% -
XYZ 3.98 2.71 11.14 -
YUV 46.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 50 35 95 0.47 0.63 0 0.63 255 0.46 0.25
Hex 32 23 5F 2F 3F 0 3F FF 2E 19
Octal 62 43 137 57 77 0 77 377 56 31
Binary 110010 100011 1011111 101111 111111 0 111111 11111111 101110 11001

Color Harmonies of #32235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32235F

Black with #32235F

Text Example


Text Example

White with #32235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32235F; }

 p { color: rgb(50,35,95); }

 H1.HeaderClassName
 {
   color: #32235F;
 }
 .AnyTagClassName
 {
   color: #32235F;
 }
</style>

background-color css

<style>
 a { background-color: #32235F; }

 a { background-color: rgb(50,35,95); }

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

border-color css

<style>
 span { border-color: #32235F; }

 span { border-color: rgb(50,35,95); }

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