#32266E

Color #32266E Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #32266E

Tints of Paris M #32266E

Color information

#32266E (or 0x32266E) is unknown color: approx Paris M. HEX triplet: 32, 26 and 6E. RGB value is (50,38,110). Sum of RGB (Red+Green+Blue) = 50+38+110=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #32266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32266E is #CDD991. Grayscale: #313131. Windows color (decimal): -13490578 or 7218738. OLE color: 7218738.

HSL color Cylindrical-coordinate representation of color #32266E: hue angle of 250º degrees, saturation: 0.49, 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 #32266E is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5038110-
CMYK0.550.6500.57
HSL250º48.65%29.02%-
HSV(B)250º65.45%43.14%-
XYZ4.823.1915.11-
YUV49.8161.98128.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.25%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=25.25%
G=19.19%
B=55.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50381100.550.6500.5725048.6529.02
Hex32266E3741039fa311d
Octal6246156671010713726135
Binary1100101001101101110110111100000101110011111101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32266E;
 }
 .AnyTagClassName
 {
   color: #32266E;
 }
</style>
background-color css

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

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

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

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

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

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