Html Css Color HEX #32266C Paris M

📋 copy color: '#32266C'

red 50 ◦ green 38 ◦ blue 108

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

Shades of Paris M #32266C

Tints of Paris M #32266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 55.1%

R = 25.51%
G = 19.39%
B = 55.1%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#32266C (or 0x32266C) is known color: Paris M. HEX triplet: 32, 26 and 6C. RGB value is (50,38,108). Sum of RGB (Red+Green+Blue) = 50+38+108=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #32266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32266C is #CDD993. Grayscale: #313131. Windows color (decimal): -13490580 or 7087666. OLE color: 7087666.

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

Color convert

RGB 50 38 108 -
CMYK 0.54 0.65 0 0.58
HSL 250.29º 0.48% 0.29% -
HSV(B) 250.29º 0.65% 0.42% -
XYZ 4.72 3.15 14.55 -
YUV 49.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 50 38 108 0.54 0.65 0 0.58 250.29 0.48 0.29
Hex 32 26 6C 36 41 0 3A FA 30 1D
Octal 62 46 154 66 101 0 72 372 60 35
Binary 110010 100110 1101100 110110 1000001 0 111010 11111010 110000 11101

Color Harmonies of #32266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32266C

Black with #32266C

Text Example


Text Example

White with #32266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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