Html Css Color HEX #32266D Paris M

📋 copy color: '#32266D'

red 50 ◦ green 38 ◦ blue 109

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

Shades of Paris M #32266D

Tints of Paris M #32266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 55.33%

R = 25.38%
G = 19.29%
B = 55.33%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#32266D (or 0x32266D) is known color: Paris M. HEX triplet: 32, 26 and 6D. RGB value is (50,38,109). Sum of RGB (Red+Green+Blue) = 50+38+109=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #32266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32266D is #CDD992. Grayscale: #313131. Windows color (decimal): -13490579 or 7153202. OLE color: 7153202.

HSL color Cylindrical-coordinate representation of color #32266D: hue angle of 250.14º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32266D is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 38 109 -
CMYK 0.54 0.65 0 0.57
HSL 250.14º 0.48% 0.29% -
HSV(B) 250.14º 0.65% 0.43% -
XYZ 4.77 3.17 14.83 -
YUV 49.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 50 38 109 0.54 0.65 0 0.57 250.14 0.48 0.29
Hex 32 26 6D 36 41 0 39 FA 30 1D
Octal 62 46 155 66 101 0 71 372 60 35
Binary 110010 100110 1101101 110110 1000001 0 111001 11111010 110000 11101

Color Harmonies of #32266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32266D

Black with #32266D

Text Example


Text Example

White with #32266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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