Html Css Color HEX #32235D Paris M

📋 copy color: '#32235D'

red 50 ◦ green 35 ◦ blue 93

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

Shades of Paris M #32235D

Tints of Paris M #32235D

RGB

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

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

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

R = 28.09%
G = 19.66%
B = 52.25%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#32235D (or 0x32235D) is known color: Paris M. HEX triplet: 32, 23 and 5D. RGB value is (50,35,93). Sum of RGB (Red+Green+Blue) = 50+35+93=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #32235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32235D is #CDDCA2. Grayscale: #2D2D2D. Windows color (decimal): -13491363 or 6103858. OLE color: 6103858.

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

Color convert

RGB 50 35 93 -
CMYK 0.46 0.62 0 0.64
HSL 255.52º 0.45% 0.25% -
HSV(B) 255.52º 0.62% 0.36% -
XYZ 3.89 2.67 10.67 -
YUV 46.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 50 35 93 0.46 0.62 0 0.64 255.52 0.45 0.25
Hex 32 23 5D 2E 3E 0 40 100 2D 19
Octal 62 43 135 56 76 0 100 400 55 31
Binary 110010 100011 1011101 101110 111110 0 1000000 100000000 101101 11001

Color Harmonies of #32235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32235D

Black with #32235D

Text Example


Text Example

White with #32235D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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