Html Css Color HEX #32265B Paris M

📋 copy color: '#32265B'

red 50 ◦ green 38 ◦ blue 91

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

Shades of Paris M #32265B

Tints of Paris M #32265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.23%

 BLUE value IS 91 (35.94% from 255) = 50.84%

R = 27.93%
G = 21.23%
B = 50.84%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#32265B (or 0x32265B) is known color: Paris M. HEX triplet: 32, 26 and 5B. RGB value is (50,38,91). Sum of RGB (Red+Green+Blue) = 50+38+91=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #32265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32265B is #CDD9A4. Grayscale: #2F2F2F. Windows color (decimal): -13490597 or 5973554. OLE color: 5973554.

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

Color convert

RGB 50 38 91 -
CMYK 0.45 0.58 0 0.64
HSL 253.58º 0.41% 0.25% -
HSV(B) 253.58º 0.58% 0.36% -
XYZ 3.9 2.82 10.24 -
YUV 47.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 50 38 91 0.45 0.58 0 0.64 253.58 0.41 0.25
Hex 32 26 5B 2D 3A 0 40 FE 29 19
Octal 62 46 133 55 72 0 100 376 51 31
Binary 110010 100110 1011011 101101 111010 0 1000000 11111110 101001 11001

Color Harmonies of #32265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32265B

Black with #32265B

Text Example


Text Example

White with #32265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,38,91); }

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

background-color css

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

 a { background-color: rgb(50,38,91); }

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

border-color css

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

 span { border-color: rgb(50,38,91); }

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